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

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


#top { width:250px; height:46px; background:url(http://kinoperez.ru/images/ipod_banner_vertical/top_bg.png) no-repeat;}
#center { width:250px; height:388px; background:url(http://kinoperez.ru/images/ipod_banner_vertical/center_bg.png) no-repeat;}

#slider {

	/* You MUST specify the width and height */
	width:208px;
	height:278px;
	position:absolute;
	margin-top:59px;
	margin-left:21px;
	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:1664px;
	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:21px;
	margin-top:29px;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:208px;
	height:30px;
	overflow:hidden;	
	

}
	
#excerpt {
  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	
	/* Set the style */
	width:208px;
	

	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		width:192px;
		height:22px;
		padding-top:8px;
		padding-left:8px;
		padding-right:8px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
#numbers {
	width:200px;
	height:32px;
	position:absolute;
	margin-left:25px;
	margin-top:342px;
	}
	
#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_vertical/bottom_bg.png) no-repeat;
	}
	
#btn-prev {
	position:absolute;
	margin-top:9px;
	margin-left:56px;
	width:27px;
	height:27px;
	}
	
#btn-next {
	position:absolute;
	margin-top:9px;
	margin-left:168px;
	width:27px;
	height:27px;
	}
	
#btn-play {
	position:absolute;
	margin-top:0px;
	margin-left:102px;
	width:46px;
	height:47px;
	overflow:hidden;
	}
	
#btn-pause {
	position:absolute;
	margin-top:0px;
	margin-left:102px;
	width:46px;
	height:47px;
	overflow:hidden;
	}
	


.clear {
	clear:both;	
}
