/*
.color-changer {
	 text-align:center;
}
.jcarousel-container .product-shop { float: none; }
.jcarousel-container .product-shop .price-box {
	 display:inline; float:none;
}
.jcarousel-item h5 {
	 display:inline; text-transform:uppercase;
}
.jcarousel-item h5 a,.jcarousel-item h5 a:hover  {
	 color:#6e6e6e; font-size:11px; font-weight:bold; text-decoration:none;
}
.jcarousel-item h5 a:hover {
	 color:#000;
}
.jcarousel-item .regular-price .price, .jcarousel-item .special-price .price {
	 color:#000; display:inline; font-size:11px;
}
.jcarousel-item .tax-details {
	 display:none;
}
.jcarousel-clip { width: 1050px; margin: 0 auto; }
.jcarousel-container {
	 margin:80px 20px 60px;
}
.catalogsearch-result-index .jcarousel-container {
	 margin:30px 20px 60px;
}
.jcarousel-item {
    text-align: center;
}
.jcarousel-next-horizontal, .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 350px;
    cursor: pointer;
    background: rgba(255,0,0,.5);
}
.jcarousel-prev-horizontal {
    right: inherit;
    left: 0;
}
.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover {
    background: rgba(255,0,0,1);
}

*/

/* neue Übersicht (SmoothScroller) */

.color-changer {
	 text-align:center;
}
#makeMeScrollable .product-shop { float: none !important; text-align: center; }
#makeMeScrollable div.scrollableArea .product-shop .price-box {
	 display:inline; float:none;
}
.listing-item h5 {
	 display:inline; text-transform:uppercase;
}
.listing-item h5 a,.listing-item h5 a:hover  {
	 color:#6e6e6e; font-size:11px; font-weight:bold; text-decoration:none;
}
.listing-item h5 a:hover {
	 color:#000;
}
.listing-item .regular-price .price, .listing-item .special-price .price {
	 color:#000; display:inline; font-size:11px;
}
.listing-item .tax-details {
	 display:none;
}
#makeMeScrollable {
	 margin:40px 0 0;
	 padding-bottom: 60px;
}
.listing-item {
    text-align: center;
    width: 350px;
}
.scrollingHotSpotLeft, .scrollingHotSpotRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 350px;
    cursor: pointer;
}
.scrollingHotSpotLeft {
    right: inherit;
    left: 0;
}
.scrollingHotSpotRight:hover, .scrollingHotSpotLeft:hover {

}
