/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url('../images/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('../images/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
.jMyCarousel{
margin-top:-24px;
height:153px;
overflow:hidden}
div.jMyCarousel ul li{
	line-height:0px;
	margin-right:2px;
	display:inline;
list-style-type: none;

}


div.jMyCarousel ul li a{ /* in case of link */
}

div.jMyCarousel ul li a img{
	display:inline;
	border:1px solid #000000;
}
