.jcarousel-skin-moebelix2 .jcarousel-container {
}

.jcarousel-skin-moebelix2 .jcarousel-container-horizontal {
    width: 742px;
    padding: 0px 0px;
}

.jcarousel-skin-moebelix2 .jcarousel-clip-horizontal {
    text-align: center;
}

.jcarousel-skin-moebelix2 .jcarousel-item {
    width: 184px;
    height: 257px;
}

.jcarousel-skin-moebelix2 .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-moebelix2 .jcarousel-item-placeholder {
    background: #f00;
    color: #000;
}


/**
 *  Horizontal Buttons
 */

.jcarousel-skin-moebelix2 .jcarousel-prev-dummy {
	position:absolute;
	top:145px;
	left:0px;
	width:30px;
	height:30px;
	background: transparent url(/fileadmin/templates/img/scroll_left.png) no-repeat 0 0;
	z-index:1000;
	cursor:pointer;
}

.jcarousel-skin-moebelix2 .jcarousel-next-dummy {
	position:absolute;
	top:145px;
	right:0px;
	width:30px;
	height:30px;
	background: transparent url(/fileadmin/templates/img/scroll_right.png) no-repeat 0 0;
	z-index:1000;
	cursor:pointer;
}
.jcarousel-skin-moebelix2 .jcarousel-next-horizontal, 
.jcarousel-skin-moebelix2 .jcarousel-prev-horizontal {
  top: 0;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 253px;
}
.jcarousel-skin-moebelix2 .jcarousel-next-horizontal {
  right: 0px;
  background: transparent url(/fileadmin/templates/img/scroll_right.png) no-repeat 0% 50%;
}

*html .jcarousel-skin-moebelix2 .jcarousel-next-horizontal {
    right: 0px;	
}

.jcarousel-skin-moebelix2 .jcarousel-next-horizontal:hover {
    /* background-position: -32px 0; */
}

.jcarousel-skin-moebelix2 .jcarousel-next-horizontal:active {
    /* background-position: -64px 0; */
}

.jcarousel-skin-moebelix2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-moebelix2 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-moebelix2 .jcarousel-next-disabled-horizontal:active {
    background: transparent no-repeat 0px 0;
}

.jcarousel-skin-moebelix2 .jcarousel-prev-horizontal {
    left: 0px;
    background: transparent url(/fileadmin/templates/img/scroll_left.png) no-repeat 0% 50%;
}

.jcarousel-skin-moebelix2 .jcarousel-prev-horizontal:hover {
    /* background-position: -32px 0; */
}

.jcarousel-skin-moebelix2 .jcarousel-prev-horizontal:active {
    /* background-position: -64px 0; */
}

.jcarousel-skin-moebelix2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-moebelix2 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-moebelix2 .jcarousel-prev-disabled-horizontal:active {
    background: transparent no-repeat 0px 0;
}
