/*-----------------------------------------------------------------------------------

	Stylesheet Name: App Store Screens
	Stylesheet URL: http://codecanyon.net/item/app-store-screens-app-screens-for-wordpress/2405169
	
	Description: A cool styling for the App Store Screens plugin.
	Version: 1.3
	
	Author: Anatoli Nicolae
	Author URI: http://anatolinicolae.com
	
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	Designed & Handcrafted by Anatoli Nicolae.
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

.appstore_screens {
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 5px;
	background: transparent;
	margin-bottom: 40px;
}
.appstore_screens a, .appstore_screens a:hover {
	text-decoration: none;
	border: none;
	background: none;
}
.appstore_screens img {
	border: 1px solid rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: #999 0 3px 5px;
	display:inline;
	margin: 0 5px 7px;
}
.appstore_screens::-webkit-scrollbar-thumb:horizontal { -webkit-border-image: url('../images/track_thumb.png') 0 8 0 8; border-width: 0 8px; }
.appstore_screens::-webkit-scrollbar-track:horizontal { -webkit-border-image: url('../images/track_well.png') 0 8 0 8; border-width: 0 8px; }
.appstore_screens::-webkit-scrollbar { margin-top: 4px; height: 8px; };