/* CSS Document */
#slider{
width:260px;
height:100px;
margin:0 auto;
}
#slider ul{
overflow:hidden;
}
#slider ul, #slider li{
margin:0;
padding:0;
list-style-image: none;
list-style-type: none;
}
#slider li{
width:210px;
height:70px;
margin:0;
padding:0;
}	

p#controls, p#controls2{
margin:0;
position:relative;
} 

#prevBtn, #nextBtn{ 
display:block;
margin:0;
overflow:hidden;
text-indent:-8000px;		
width:24px;
height:24px;
position:absolute;
top:25px;
}

#prevBtn{
left:-2px;

}	
#nextBtn{
right:0px;
}														
#prevBtn a, #nextBtn a{
display:block;
width:24px;
height:24px;
}
#prevBtn a{	
background: url(/imagenes/template/ant-sig.gif) no-repeat left top;
}	
#nextBtn a{
background: url(/imagenes/template/ant-sig.gif) no-repeat right top;
}			

