/* CSS Document */

/*************************
******** Arrows **********
**************************/	

div.jMyCarousel {
	height:196px;
}

div.jMyCarousel .prev{
	background: url('flecha_prev.png') center center no-repeat;
	width:40px;
	height:45px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('flecha_next.png') center center no-repeat;
	width:40px;
	height:45px;
	border:0px;
}
div.jMyCarousel .up{
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	line-height:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

span.img-rollover{  height: 196px; overflow: hidden; display: block; }
span.img-rollover a:hover{ top: -198px; position: relative;}


