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

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


/** Carousel 2 **/
div.jMyCarousel{
	margin:auto;
}

div.jMyCarousel ul{
    padding:0px;margin:0px;
}

div.jMyCarousel ul li{ 
	margin:1px;
	border:1px solid #ccc;
	line-height:100px;
	padding:0px;
    width:100px;height:100px;
    text-align:center;
    vertical-align:bottom;
}
div.jMyCarousel ul li img{
	vertical-align:middle;
	padding:0px;
}
