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

	Stylesheet Name: App Store Screens
	Description: A cool styling for the App Screens Box for iTunes Apps.
	Author: Anatoli Nicolae
	Author URI: http://designchomp.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	Designed & Handcrafted by Anatoli Nicolae for DesignChomp.com
	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: 10px;
}
.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; };