@charset "UTF-8";
/* CSS Document */

body { margin:0px; padding:0px;}

#bg_iphone { width:500px; height:250px; background:url(http://kinoperez.ru/images/ipod_banner_horizontal/bg_iphone.png) no-repeat;}

#slider {

	/* You MUST specify the width and height */
	width:348px;
	height:167px;
	position:absolute;
	margin-top:22px;
	margin-left:75px;
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:3480px;
	overflow:hidden;
}

#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
}	
#gallery li a {
	border: 0;
	text-decoration: none;
}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;
	margin-left:75px;
	margin-top:159px;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:348px;
	height:30px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6; 
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	
	/* Set the style */
	width:348px;
	background:black;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

#excerpt li {
		width:332px;
		height:22px;
		padding-top:8px;
		padding-left:8px;
		padding-right:8px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
#numbers {
	width:346px;
	height:32px;
	position:absolute;
	margin-left:77px;
	margin-top:194px;
	}
	
#numbers ul {
	list-style-type:none;
	margin:0px;
	padding:0px;}

#numbers ul li { float:left;}

/*#numbers ul li.selected a img { background:white;}*/
	
#numbers a img {
	float:left;
	margin-right:2px;
	}
	
#bottom {
	width:250px;
	height:66px;
	background:url(http://kinoperez.ru/images/ipod_banner_horizontal/bottom_bg.png) no-repeat;
	}
	
	
#btn-play {
	position:absolute;
	margin-top:101px;
	margin-left:435px;
	width:46px;
	height:47px;
	overflow:hidden;
	}
	
#btn-pause {
	position:absolute;
	margin-top:101px;
	margin-left:435px;
	width:46px;
	height:47px;
	overflow:hidden;
	}
	


.clear {
	clear:both;	
}
