/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	width:47px;
	height:61px;
	border:0px;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div.jMyCarousel .next{
	width:40px;
	height:61px;
	border:0px;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
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;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	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:1px solid #F5F5F5;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 1px;
}
