/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 * siehe auch http://sorgalla.com/projects/jcarousel/skins/tango/skin.css
 */
.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: 75px;
	height: 75px;
}
/**
 * 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;
}
/*
OOStyle
*/
.jcarousel-skin-oo {
	width:222px;
	height:80px;
	overflow:hidden;
	padding: 10px 15px 0 15px;
}
.jcarousel-skin-oo .jcarousel-next-horizontal {
	position: absolute;
	top: 0px;
	right: -12px;
	width: 10px;
	height: 70px;
	cursor: pointer;
	background: transparent url(/oode/b2n/deu/img/item/detail_view/thumb-arrow-right.gif) no-repeat 0 0;
}
.jcarousel-skin-oo .jcarousel-next-horizontal:hover {
    background: transparent url(/oode/b2n/deu/img/item/detail_view/thumb-arrow-right-hover.gif) no-repeat 0 0;
}
.jcarousel-skin-oo .jcarousel-next-disabled-horizontal,
.jcarousel-skin-oo .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-oo .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/oode/b2n/deu/img/item/detail_view/thumb-arrow-right-off.gif) no-repeat 0 0;
}
.jcarousel-skin-oo .jcarousel-prev-horizontal {
	position: absolute;
	top: 0px;
	left: -13px;
	width: 10px;
	height: 70px;
	cursor: pointer;
	background: transparent url(/oode/b2n/deu/img/item/detail_view/thumb-arrow-left.gif) no-repeat 0 0;
}
.jcarousel-skin-oo .jcarousel-prev-horizontal:hover {
   background: transparent url(/oode/b2n/deu/img/item/detail_view/thumb-arrow-left-hover.gif) no-repeat 0 0;
}
.jcarousel-skin-oo .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-oo .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-oo .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
   background: transparent url(/oode/b2n/deu/img/item/detail_view/thumb-arrow-left-off.gif) no-repeat 0 0;
}
.jcarousel-skin-oo img {
	height:70px;
	width:70px;
	border:1px #e0e0e0 solid;
}

.jcarousel-skin-oo .jcarousel-container-horizontal {
    width: 222px;
}
.jcarousel-skin-oo .jcarousel-clip-horizontal {
    width:  222px;
}
ul#itempicture-carousel{
	visibility: hidden;
}
/*JQZOOM-*/
div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}
.jqZoomPup {
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor:crosshair;
}
.jqZoomPup img {
	border: 0px;
}
.preload {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(/oode/b2n/deu/img/item/detail_view/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
 /*width:100px;*/
	height:43px;
 /*height:55px;*/
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}

* html .preload{
	
	width:90px;
	height:43px;

}

.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF;
}

#makeMeScrollable{
	width:500px;
	height:65px;
}
#makeMeScrollable div.scrollableArea img{
	float:left;
	margin-left:5px;
}
.vf-plid-container{
	width:500px;
	height:240px;
	overflow:hidden;
}	
.scrollWrapper{
	position:relative;
	overflow:hidden;
	width:98%;
	height:60px !important;
	left:5px;	
}
.scrollableArea{
	position:relative;
	width:auto;
	height:55px;
	overflow:hidden;
	left:5px; 
	top:5px;	
}		
.vf-container {
	position:relative;
	width:500px;
}
.vf-buttons{
	background-image:url(/oode/b2n/deu/img/vf/slider-bg.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}