div.jMyCarousel .prev{
	background: url('../imgs/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
.jMyCarousel ul li .caption {
	padding-top: 10px;
	padding-bottom: 5px;
	width: 188px;
	line-height: normal;
	text-decoration: none;
}

div.jMyCarousel .next{
	background: url('../imgs/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('../imgs/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../imgs/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** Carousel 2 **/
div.jMyCarousel{
	width: 800px;
	padding: 2px 0 0 0;
	height: 228px;
	overflow: hidden;
	/* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	CCborderRadius: 5px;
	margin: 0px;
}

div.jMyCarousel ul{
	background-color:#000;	
}

div.jMyCarousel ul li{
	margin:3px;
	border:0px none #444;
	line-height:0px;
	padding:3px;
	width:188px;
}

div.jMyCarousel  a{ /* in case of link */
	text-decoration: none;
}

div.jMyCarousel ul li a{ /* in case of link */
	margin:5px;
	padding:3px;
	width:188px;
	text-decoration: none;
}

div.jMyCarousel ul li a img {
	border-style: none;
	display:block;
	width: 188px;
	border:0;
	margin:0;
	padding:0;
	
}
div.jMyCarousel ul li a .caption {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 188px;
}
