.contenedorSlider{
	width:840px;
	height:360px;
	background:url(imgs/fondo_slider.jpg) no-repeat 0 0;
	padding:47px 0 0 70px;
	position:relative;
}
.contenido .contenedorSlider{
	margin-left:-27px;
}

#slider{
	width:765px;
	height:300px;
	margin-bottom:0;
	list-style:none;
}	

#slider ul{
	margin:0;
	padding:0;
	list-style:none;
	width:910px;
	height:409px;
	overflow:hidden;
}

#slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	width:765px;
	height:300px;
	overflow:hidden; 
}

#slider li IMG{
	width: 765px;
	height: 300px;
}
	
#prevBtn, #nextBtn{ 
	display:block;
	width:39px;
	height:77px;
	position:absolute;
	left:5px;
	top:156px;
}
	
#nextBtn{ 
	left:877px;
}														

#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:60px;
	background:url(imgs/btn_prev.jpg) no-repeat 0 0;	
}
	
#nextBtn a{ 
	background:url(imgs/btn_next.jpg) no-repeat 0 0;	
}