#slider{}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:904px;
	height:353px;
	/*overflow:hidden;*/
	text-align:center;
	margin-top: 50px;
}
/*#slider .mas{
	width:904px;
	height:473px;
	background-color: #CCCC33;
	text-align:left;	
}	*/	
p#controls{
	margin:0;
	position:relative;
} 
#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:61px;
	height:61px;
	position:absolute;
	left:0;
	top:-200px;
}	
#nextBtn{ 
	left:843px;
}														
#prevBtn a, #nextBtn a{
	display:block;
	width:61px;
	height:61px;
	background-image: url(../images/container3/prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}	
#nextBtn a{ 
	background:url(../images/container3/next.png) no-repeat 0 0;	
}
