/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}
.jcarousel-skin-products {
	position:relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 154px;
    height: 174px;
	padding: 10px;
	text-align:center;
	background:none;
}
.jcarousel-item h4 {
	font-size:11px;
	font-weight:normal;
}
.jcarousel-item img {
	margin: 20px 0px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/**
 * Startseiten Theme
 */
.jcarousel-skin-fotopoint .jcarousel-container {
	margin:0px 0px;
}
.jcarousel-skin-fotopoint .jcarousel-container-horizontal {
	width: 696px;
	height:174px;
}
.jcarousel-skin-fotopoint .jcarousel-clip-horizontal {
    width: 696px;
    height:174px;
	padding:0px;
	border-bottom:1px solid #d1d1d3;
	border-top:1px solid #d1d1d3;
}

.jcarousel-skin-fotopoint .jcarousel-container-vertical {
	width: 193px;
	height:338px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D8D8D8;
}

.jcarousel-skin-fotopoint .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-fotopoint .jcarousel-next-horizontal {
    position: absolute;
    top: 67px;;
    right: 5px;
	width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../assets/images/sprite.png) repeat-x scroll 0 -114px
}

.jcarousel-skin-fotopoint .jcarousel-prev-horizontal {
    position: absolute;
    top: 67px;
    left: 5px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../assets/images/sprite.png) repeat-x scroll 0 -114px
}

/**
 * Product Detail Seite
 */
.jcarousel-skin-products .jcarousel-container {
   
}
.jcarousel-skin-products {
	background-color:#E2E0C6;
}
.jcarousel-skin-products .jcarousel-list li,
.jcarousel-skin-products .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */

    height: 200px;

	text-align:center;
	background-color:white;
}

.jcarousel-skin-products .jcarousel-item div.image-container {
	text-align:center;
	width:150px;
	height:140px;
	background:#fff;
	margin: 0px auto;
	border: none;
}
.jcarousel-skin-products .jcarousel-item span.price {
	display:block;
	text-align:center;
}
.jcarousel-skin-products .jcarousel-item span.mwst {
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:normal;
}


 .jcarousel-skin-products .jcarousel-list li span {
	 background:none;
	 color:#5C5C5C;
 }
.jcarousel-skin-products .jcarousel-container {
	margin:0px 30px 10px 15px;
}
.jcarousel-skin-products .jcarousel-container-horizontal {
	width: 880px;
	height:auto;
}
#top_brands .jcarousel-skin-products .jcarousel-container-horizontal {
	width: 700px;
}
.jcarousel-skin-products .jcarousel-clip-horizontal {
    width: 900px;
    height:auto;
	padding:0px;
}

#top_brands .jcarousel-skin-products .jcarousel-clip-horizontal {
    width: 720px;	
}
	
.jcarousel-skin-products .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-products .jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: -30px;
	width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../assets/images/sprite.png) repeat-x scroll 0 -114px
}

.jcarousel-skin-products .jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    left: -10px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../assets/images/sprite.png) repeat-x scroll -131px -524px
}

.jcarousel-skin-products .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-products .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-products .jcarousel-prev-disabled-horizontal:active {
    cursor: pointer;
    background: none;
}

.jcarousel-skin-products .jcarousel-next-disabled-horizontal,
.jcarousel-skin-products .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-products .jcarousel-next-disabled-horizontal:active {
    cursor: pointer;
    background: none;
}