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

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

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 2 **/
div.jMyCarousel{
	margin:auto;
	display:block;
	width:100%;
	background:url(img/bg-line.png) top center no-repeat;
	padding:12px 0;
}


div.jMyCarousel ul{
	/*background-color:#000000;	*/
}

div.jMyCarousel ul li{
	margin:3px 0px !important;
	/*
	border-left:1px solid #DC8CF5 !important;
	border-right:0px !important;
	border-top:1px solid #DC8CF5 !important;
	border-bottom:1px solid #DC8CF5 !important;
	*/
	line-height:0px;
	padding:0px!important;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	margin:0px !important;
	padding:0px !important;
}

div.jMyCarousel ul li img{
	display:block;
	width:212px !important;
	height:141px; !important;
}
