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

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

}



/** Carousel 2 **/
div.jMyCarousel{
	margin:auto;
    max-width: 100%;
}


div.jMyCarousel ul li{
        height: 170px;

	margin: 0 1px;
	border:1px solid #444;
    position: relative;


}

div.jMyCarousel ul li span {position: absolute; left: 0px; background: #000; opacity: 0.7; color:#fff; display: block; bottom: 0; font: 10px Calibri; padding: 10px;}
div.jMyCarousel ul li span:hover {color:#FA933B; transition: 0.5s;}