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

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

div.jMyCarousel{
	width:100%;
	border:1px solid black;
	border-radius:3px;
	background-color:#FFFFFF;	
}
div.jMyCarousel ul
{
    width:100%;
}
div.jMyCarousel li
{
    width:161px;     
    height:220px;
}
div.jMyCarousel ul li{
	margin-left:2px;
	margin-right:2px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0px;
}

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

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