/**************************
   @date: 19/11/07                        
   @desc: carousel css             
   @auth: kevin@enova-tech.net    
***************************/

.carousel{margin : 0 auto;}
/*div.carousel:after {content : "<br />"}*/
.carousel .prev{
   background : url(/images/botones/carousel-l.png) no-repeat center center;
   width : 22px; height : 50px; border : none;
}
.carousel .next{
   background : url(/images/botones/carousel-r.png) center center no-repeat;
   width : 22px; height : 50px; border : none;
}
.carousel .up{
   background : url(/images/botones/carousel-up.png) center top no-repeat;
   width : 75px; height : 33px; border : none;
}
.carousel .down{background : url(/images/botones/carousel-dn.png) center bottom no-repeat; border : none;}
.carousel ul{padding:0; list-style-image : none;}
.carousel ul li{margin : 2px 4px; padding : 3px; border : 1px solid #666; line-height : 0; background: #FFF;}

/*div.carousel ul li a{display : block;}*/

div.carousel ul li img{display : block;}
