/*************************
******** Arrows **********
**************************/	
div.jMyCarousel2 .prev{
	background: url('../img_carousel/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel2 .next{
	background: url('../img_carousel/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel2 .up{
	background: url('../img_carousel/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel2 .down{
	background: url('../img_carousel/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 2 **/
div.jMyCarousel2 ul li{
	border:1px solid #fff;
	line-height:0px;
}

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

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