﻿div.productslider {
	position: relative;
	top: 12px;
}

div#slider {
	position:relative;
	margin: 0 auto;
	margin-left: 6px;
	overflow: hidden;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	position:relative;
	overflow:hidden;
	width: 592px;
	height:128px;
	margin: 20px 20px 20px;
	border:9px solid #006699;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/


.scrollable .items {
	width:1200px;
	position:absolute;
	clear:both;
}


/* single scrollable item */
.scrollable img {
	float:left;
	margin: 0 auto;
	background-color:#fff;
	padding: 0 4px;
	cursor:pointer;
	width:138px;
	vertical-align: middle;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


div.image {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 128px;
	width: 147px;
	float: left;
	border-right: 1px solid #015c8a;
}

a.image-link {
	display: block;
	height: 128px;
	width: 147px;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
 float:left;
}

a.left {
	margin-left:0;
	background:transparent url(/deu/images/slider/arrow_left.gif) no-repeat scroll 0 0;
	top: 75px;
	left: 4px;
}

a.right {
	background:transparent url(/deu/images/slider/arrow_right.gif) no-repeat scroll 0 0;
	clear: right;
	margin-right: 0;
	top: 75px;
	left: 620px;
}

a.browse {
	cursor:pointer;
	display:block;
	float: left;
	font-size:1px;
	height:37px;
	width:25px;
	position: absolute;
	z-index: 10;
}


a.disabled {
	visibility:hidden !important;
}

div#infobox {
	display: block;
}

div.textbox {
	position: absolute;
	z-index: 11;
	width: 565px;
	text-align: left;
	line-height: 18px;
	background-color: #feddb4;
	border: 3px solid #ff9800;
	top: -30px;
	left: 26px;
	padding: 10px 20px;
	display: none;
}

div#infobox div.double-row {
	top: -48px;
}

div#infobox div.triple-row {
	top: -66px;
}

div.textbox p {
	margin: 0;
}

div.textarrow div {
	position: absolute;
	z-index: 12;
	display: none;
	top: 11px;	
}

div.textarrow div.textarrow1 {
	left: 97px;
}

div.textarrow div.textarrow2 {
	left: 247px;
}

div.textarrow div.textarrow3 {
	left: 397px;
}

div.textarrow div.textarrow4 {
	left: 547px;
}
