div.jMyCarousel .prev{
	background: url('/css/images/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('/css/images/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('/css/images/arrow-up.png') center center no-repeat;
	width:196px;
	height:21px;
	border:0px;

	background-color: #666666;  
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.8;
	filter:alpha(opacity=80);
}

div.jMyCarousel .down{
	background: url('/css/images/arrow-down.png') center center no-repeat;
	width:196px;
	height:24px;
	border:0px;

	background-color: #666666; 
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.8;
	filter:alpha(opacity=80);
}


div.jMyCarousel{
	border:1px solid #666666; 
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin:0px;
	border:1px solid #666666; 
	line-height:0px;
	padding:0px;
}

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

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










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
