div.jMyCarousel .up{
	background:url('../images/vslide/up.png') center center no-repeat;
	width:16px;
	height:16px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../images/vslide/down.png') center center no-repeat;
	width:16px;
	height:16px;
	border:0px;
}


/** Carousel 3 **/
div.jMyCarousel{
	border:3px solid #eee; height:200px; 
}

div.jMyCarousel ul{
	background-color:#ccc; list-style-type:none; margin-left:0; padding-left:0;
}

div.jMyCarousel ul li{
	margin:5px;
	border:1px solid #eee; 
	line-height:0px;
	padding:5px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}


