

div#container
{
	width: 950px;
	margin: 0 auto;	
}


div.panel-gomove div.panel-col
{
	margin: 0px;
}

div.panel-gomove div.panel-row 
{
	margin-top: 0px;
	margin-bottom: 0px;
	
}

div.panel-gomove div.inside 
{
	padding-right: 0px;
}


div.panel-row div.inside
{
	padding-left: 35px;
	padding-top: 8px;
	
}

div.panel-gomove div.panel-separator 
{
	margin-top: 4px;
}

div.scrollingHotSpotLeft
{
	/*min-width: 20px;*/
	width: 20px;
	background-image: url(../images/carousel_left.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 200;
	height: 235px;
	left: 0;

}

div.scrollingHotSpotRight
{
	/*min-width: 20px;*/
	width: 20px;
	background-image: url(../images/carousel_right.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 200;
	height: 235px;
	right: 0;
}


/* The scroll wrapper is always the same width and height as the containing element (div). Overflow is hidden because you don't want to show all of the scrollable area. */

div.scrollWrapper
{
	position: relative;
	top: -5px;
	overflow: hidden;
	width: 100%;
	height: 242px;
	border-bottom: 1px solid #D7DBE3;
	/*box met lijn onder items*/
}

div.scrollableArea
{
	position: relative;
	width: auto;
}

div.left-shown
{
	background-image: url(../images/carousel_left.png);
	background-repeat: no-repeat;
}

div.left-hidden
{
	background-image: url(../images/carousel_left_inactive.png);
	background-repeat: no-repeat;
}

div.right-shown
{
	background-image: url(../images/carousel_right.png);
	background-repeat: no-repeat;
}

div.right-hidden
{
	background-image: url(../images/carousel_right_inactive.png);
	background-repeat: no-repeat;
}

* html div.left-shown
{
	background-image: url(../images/carousel_left.gif);
	background-color: white;
}

* html div.left-hidden
{
	background-image: url(../images/carousel_left_inactive.gif);
	background-color: white;
}

* html div.right-shown
{
	background-image: url(../images/carousel_right.gif);
	background-color: white;
}

* html div.right-hidden
{
	background-image: url(../images/carousel_right_inactive.gif);
	background-color: white;
}

/*div.coordinates input.form-text
{
	width: 30px;
	border: 1px dashed red;
}

div.coordinates div.form-item
{
	float: left;
	padding-left: 10px;
	}
	*/

/* dock - top */

.dock 
{
	position: relative; 
	height: 220px; 
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	/*inhoud contain*/
	
}
.dock-container 
{
	position: absolute;
	height: 50px;
	margin-left: -10px !important;	
	
}

a.dock-item 
{
	display: block;
	width: 35px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	/*font: bold 12px Arial, Helvetica, sans-serif;*/
	/*kop txt en img in de carr zelf*/
}
.dock-item img 
{
	border: none; 
	margin: 5px 10px 0px; 
	width: 90%; 
	/*img in de carr zelf*/
}
.dock-item span 
{
	/*tekst boven img*/
	display: block;
	color: #555e9f;
	font-weight: normal;
	padding-left: 10px;
	
}

* html .dock-item span 
{
	padding-left: 3px;
	/*kop txt img*/
}


div.sub_products
{
	height: 240px;
	width: 900px;
	overflow: hidden;
	/*border: 1px solid red;*/
	/*container onder carr*/
}

div.sub_products div.left
{
	width: 250px;
	height: 240px;
	float: left;
	/*border: 1px solid green;*/
	/*img links onder*/
}

div.sub_products div.middle
{
	float: left;
	width: 600px;
	height: 49px;
	/*border: 1px solid  blue;*/
	/*koptekst onder carr*/
}

div.sub_products div.right
{
	float: left;
	vertical-align: middle;
	width: 600px;
	height: 150px;
	text-align: left;
	/*border: 1px solid black;*/

	/*textbox onder kop onder*/
}

.main_textbx
{
	float: left;
	width: 600px;
	height: 165px;
	text-align: left;
	overflow: hidden;
	
}

.verder 
	{
	float: left;
	height: 15px;	
    width:190px;
	}
