/*
div.jMyCarousel .prev{ background: url('../img/left.gif') center left no-repeat; width:47px; height:61px; border:0px;}
div.jMyCarousel .next{ background: url('../img/right.gif') center right no-repeat; width:40px; height:61px; border:0px;}
*/
div.jMyCarousel .prev{ background: url('../img/left_small.gif') center left no-repeat; width:47px; height:61px; border:0px;}
div.jMyCarousel .next{ background: url('../img/right_small.gif') center right no-repeat; width:40px; height:61px; border:0px;}
/*
#contenido #colprincipal div.jMyCarousel .prev{ background: url('../img/left_small.gif') center left no-repeat; width:47px; height:61px; border:0px;}
#contenido #colprincipal div.jMyCarousel .next{ background: url('../img/right_small.gif') center right no-repeat; width:40px; height:61px; border:0px;}
*/
div.jMyCarousel .up{ background: url('../img/up.png') center center no-repeat; width:61px; height:40px; border:0px;}
div.jMyCarousel .down{ background: url('../img/down.png') center center no-repeat; width:47px; height:61px;	border:0px;}
div.jMyCarousel ul{ margin:0; padding:0;}
div.jMyCarousel ul li{ margin:0px 4px; padding:0px;	width:132px;}
div.jMyCarousel ul li a{display:block; cursor:pointer; color:#26414d; font-size:11px;}
div.jMyCarousel ul li a:hover, div.jMyCarousel ul li a:focus{color:#009DE0;}

div.jMyCarousel .texto{ width:132px; text-align:center;	font-weight:bold; display:block; line-height:normal;}
div.jMyCarousel ul li img{ border:0px; border:1px solid #ccc; width:132px; height:85px;	display:block;}

