div.jMyCarousel .prev{
	background-image: url(../../../images/produkcija/bildes_karuselim/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}


div.jMyCarousel .next{
	border:0px;
	background-image: url(../../../images/produkcija/bildes_karuselim/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
}




/** Carousel 2 **/
div.jMyCarousel{
	height: 105px;
	width: 544px;
}

div.jMyCarousel ul{
	width: 544px;
	height: 105px;
	}

div.jMyCarousel ul li{
	height: 105px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:table-column-group;
	margin:0px;
	padding:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
	height: 105px;
	width: 78px;
}

