/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    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: 175px;
	padding: 10px;
	text-align:center;
	background:none;
}
.jcarousel-item-vertical  {
	width:173px !important;
	height:58px !important;
	display: table-cell;
	vertical-align: middle;
}
.jcarousel-item-vertical img {
	margin: 0px !important;
}
.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-elektropoint .jcarousel-container {
	margin:0px 0px;
}
.jcarousel-skin-elektropoint .jcarousel-container-horizontal {
	width: 696px;
	height:130px;
}
.jcarousel-skin-elektropoint .jcarousel-container-vertical {
	width: 193px;
	height:338px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D8D8D8;
	
}
*:first-child+html .jcarousel-skin-elektropoint .jcarousel-container-vertical {
	margin: 26px 0px 5px 0px !important;
}
* html .jcarousel-skin-elektropoint .jcarousel-container-vertical {
	margin:26px 0px 5px 0px;
}
.jcarousel-skin-elektropoint .jcarousel-clip-horizontal {
    width: 696px;
    height:130px;
	padding:0px;
}

.jcarousel-skin-elektropoint .jcarousel-clip-vertical {
    width: 193px;
    height:312px;
	margin: 26px 0px;
	padding:0px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-elektropoint .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;;
    right: 0px;
	width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url('/images/sprite.png') no-repeat -233px -138px;
}

.jcarousel-skin-elektropoint .jcarousel-prev-vertical {
    position: absolute;
    top: -25px;
    right: 80px;
	width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url('/images/sprite.png') no-repeat -259px -138px;
}
.jcarousel-skin-elektropoint .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    right: 80px;
	width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url('/images/sprite.png') no-repeat -285px -138px;
}

.jcarousel-skin-elektropoint .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 26px;
    height: 26px;
    cursor: pointer;
	background: transparent url('/images/sprite.png') no-repeat -207px -138px;
}

.jcarousel-skin-elektropoint .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-elektropoint .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-elektropoint .jcarousel-prev-disabled-horizontal:active{
    cursor: pointer;
	background: transparent url('/images/sprite.png') no-repeat -207px -138px;
	opacity: .55;
	filter:alpha(opacity=55);
}
.jcarousel-skin-elektropoint .jcarousel-next-disabled-horizontal,
.jcarousel-skin-elektropoint .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-elektropoint .jcarousel-next-disabled-horizontal:active {
    cursor: pointer;
	background: transparent url('/images/sprite.png') no-repeat -233px -138px;
	opacity: .55;
	filter:alpha(opacity=55);
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-products .jcarousel-next-horizontal {
    position: absolute;
    top: 120px;
    right: 1px;
	width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url('/images/sprite.png') no-repeat -78px -138px;
}
* html .jcarousel-skin-products .jcarousel-next-horizontal {
	right:20px;
}
.jcarousel-skin-products .jcarousel-prev-horizontal {
    position: absolute;
    top: 120px;
    left: -26px;
    width: 26px;
    height: 26px;
    cursor: pointer;
	background: transparent url('/images/sprite.png') no-repeat -56px -138px;
}

.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;

}

/**
 * Custom Styles
 */
.jcarousel-item span.product-price {
	display:inline;
	text-align:right;
	font-size:11px;
}

.jcarousel-item .product-price-discount {
	float:none;
	display:inline;
	font-weight: normal;
}


/**
 * Produkt Liste Gallery in Carousel
 */

.jcarousel-skin-products .jcarousel-clip {
	width:649px;
}
ul.products.gallery li.jcarousel-item   {
	width:185px !important;
	text-align: left;
}

.jcarousel-skin-products {
	padding: 10px 0px 0px 28px !important;
}
ul.products.gallery li.jcarousel-item  img {
	margin:0px;
}
ul.products.gallery li.jcarousel-item  div.row.details {
	width:185px !important;
	overflow: hidden;
}
* html ul.products.gallery li.jcarousel-item  div.row.details {
	width:175px !important;
	overflow: hidden;
}
ul.products.gallery li.jcarousel-item   span.product-price {
	font-size:18px;
	display:block;
	float:none;
	text-align: left;
}
ul.products.gallery li.jcarousel-item   span.product-mwst {
	text-align: left;
	padding-left:0;
	padding-top:0;
}
ul.products.gallery li.jcarousel-item  .primary {
	margin-right:10px;
	background-position:right -27px;
}
ul.products.gallery li.jcarousel-item  div.product-image {
	width:185px !important;
}
ul.products.gallery li.jcarousel-item  div.price {
	width:185px !important;
}
* html ul.products.gallery li.jcarousel-item  div.price {
	top:220px;
}

* html ul#products-category {
	display:none;
}

/**
 * Produkt min carousell
 */
.jcarousel-skin-mini {
	padding: 0px 40px;
	width:630px;
	margin: 5px 0px;
	border-top:1px solid #D8D8D8;
	
}
.jcarousel-skin-mini  .jcarousel-item {
	width: 105px;
	text-align: center;
	padding:0px !important;
	margin: 0px !important;
	height:80px;
}
* html .jcarousel-skin-mini  .jcarousel-item {
	width: 65px !important;
}

.jcarousel-skin-mini  .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: -30px;
	width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url('/images/sprite.png') no-repeat -234px -138px;
}

.jcarousel-skin-mini  .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: -30px;
    width: 26px;
    height: 26px;
    cursor: pointer;
	background: transparent url('/images/sprite.png') no-repeat -208px -138px;
}

.jcarousel-skin-mini  .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-mini  .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-mini  .jcarousel-prev-disabled-horizontal:active {
    cursor: pointer;

}

.jcarousel-skin-brands .jcarousel-next-horizontal {
    position: absolute;
    top: 120px;
    right: 1px;
	width: 26px;
    height: 26px;
    cursor: pointer;
    background: transparent url('/images/sprite.png') no-repeat -78px -138px;
}
* html .jcarousel-skin-brands .jcarousel-next-horizontal {
	right:20px;
}
.jcarousel-skin-brands .jcarousel-list li,
.jcarousel-skin-brands .jcarousel-item {
    padding: 0px !important;
}
.jcarousel-skin-brands .jcarousel-prev-horizontal {
    position: absolute;
    top: 120px;
    left: -26px;
    width: 26px;
    height: 26px;
    cursor: pointer;
	background: transparent url('/images/sprite.png') no-repeat -56px -138px;
}

.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-brands .jcarousel-prev-disabled-horizontal:active {
    cursor: pointer;

}

.jcarousel-skin-brands .jcarousel-clip {
	width:700px;
}

.jcarousel-skin-brands {
	padding: 10px 0px 0px 0px !important;
        position: relative;
}


.jcarousel-skin-brands .jcarousel-container-horizontal {
	width: 696px;
        padding-left: 15px;
	height:150px;
}

.jcarousel-skin-brands .jcarousel-item div.image-container {
	text-align:center;
	width:150px;
	height:100px;
	background:#fff;
	margin: 0px auto;
	overflow: hidden;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-brands .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: -19px;
    width: 26px;
    height: 26px;
    cursor: pointer;
   background: transparent url('/images/sprite.png') no-repeat -26px -225px;
}

.jcarousel-skin-brands .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 26px;
    height: 26px;
    cursor: pointer;
	background: transparent url('/images/sprite.png') no-repeat 0px -225px;
}
