@charset "utf-8";
.next{
    position: absolute;
    left: 660px;
    width: 30px;
    height: 150px;
    cursor: pointer;
	z-index: 4;
	text-decoration: none;
	font-size: 0px;
    background: transparent url(../../../../data/templates/default/img/right_produkt.png) no-repeat 0 0;
}

.prev {
    position: absolute;
    left: 75px;
	font-size: 0px;
	z-index: 4;
	text-decoration: none;
    width: 30px;
    height: 150px;
    cursor: pointer;
    background: transparent url(../../../../data/templates/default/img/left_produkt.png) no-repeat 0 0;
}

div.jCarouselLite{
	background-image: url(../../../../data/templates/default/img/produkt_rep.png);
	background-repeat: repeat-x;
	height: 150px;
}

div#content div.jCarouselLite ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}


div#content div.jCarouselLite ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*background-image:url(../../../../data/templates/default/img/trenner_produkte.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1px;*/
	background-image: none;
	padding-right: 1px;
}


div#content div.jCarouselLite ul li a.active{
	height: 150px;
	background-image: url(../../../../data/templates/default/img/produkt_rep_over.png);
	background-repeat: repeat-x;
	float: left;
}
