/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 9999;
    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: 30px;
    height: 30px;
}

/**
 * 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;
}


/* SKIN */

.jcarousel-skin-tango .jcarousel-container {
    background: #FFF;
    border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 190px;
    height: 165px;
    padding: 30px 0px 15px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  190px;
    height: 155px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 155px;
    height: 30px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 30px;
    height: 35px;
}
.jcarousel-skin-tango .jcarousel-item  img {
    float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.jcarousel-skin-tango .jcarousel-item  span {
    color: #000;
	font-size: 0.8em;
}
.jcarousel-skin-tango .jcarousel-item  .thumb_title {
    color: #000;
	font-size: 0.9em;
	font-weight: bold;
	margin-rop: -15px;
	
}
.jcarousel-skin-tango .jcarousel-item  .productnr {
    color: #666;
	font-size: 0.8em;
	margin-left: 50px;
	margin-top: 0px;
	line-height: 15px;
	vertical-align: top;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 5px;
	width: 190px;
	line-height: 15px;
	}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 190px;
    height: 20px;
	background: #E6E6E6 url(../bc_decoration/basket-next.gif) center no-repeat;
    cursor: pointer;
	z-index: 999;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background: #ddd url(../bc_decoration/basket-next.gif) center no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background: #aaa url(../bc_decoration/basket-next.gif) center no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background: #EEE;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 190px;
    height: 20px;
	background: #ececec url(../bc_decoration/basket-prev.gif) center no-repeat;
    cursor: pointer;
	z-index: 999;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background: #ddd url(../bc_decoration/basket-prev.gif) center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background: #aaa url(../bc_decoration/basket-prev.gif) center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
