



.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 775px;
    padding-left: 25px;
	padding-top: 20px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  750px;
    height: 150px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 50px;
}

















/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 54px;
    right: -39px;
    width: 35px;
    height: 45px;
    cursor: pointer;
    background: url(../Bilder/rightarrow2.png) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 54px;
    left: -35px;
    width: 35px;
    height: 45px;
    cursor: pointer;
    background: url(../Bilder/leftarrow1.png) no-repeat 0 0;
}

/*.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}*/







.jcarousel-skin-duft .jcarousel-container-horizontal {
    width: 775px;
    padding-left: 0px;
	padding-top: 0px;
}


.jcarousel-skin-duft .jcarousel-clip-horizontal {
    width:  700px;
    height: 165px;
}


.jcarousel-skin-duft .jcarousel-item {
    width: 700px;
    height: 165px;
}

.jcarousel-skin-duft .jcarousel-item-horizontal {
    margin-right: 80px;
}


/**

 *  Horizontal Buttons
 */
.jcarousel-skin-duft .jcarousel-next-horizontal {
    position: absolute;
    top: 54px;
    right: -60px;
    width: 35px;
    height: 45px;
    cursor: pointer;
    background: url(../Bilder/rightarrow2.png) no-repeat 0 0;
}



.jcarousel-skin-duft .jcarousel-prev-horizontal {
    position: absolute;
    top: 54px;
    left: -37px;
    width: 35px;
    height: 45px;
    cursor: pointer;
    background: url(../Bilder/leftarrow1.png) no-repeat 0 0;
}



