dl.properties{
	float:left;
	width:320px;
}
#maincontent dl.properties dd{
	margin-left:121px;
}

div.images{
	float:left;
	margin:10px;
	margin-right:0px;
	overflow:hidden;
	width:360px;
}
div.images img{
	z-index:90;
	position:relative;
}

div.extras{clear:both;position:relative;}
div#imageviewer{display:none}

ul.image_controls{
	width:360px;
	margin:0px;padding:0px;
	margin-top:-4px;
	list-style:none;
}
ul.image_controls a{
	height:0px;
	padding-top:32px;
	margin-top:-1px;
}
ul.image_controls a.prev{
	background-image:url(../img/buttons2.gif);
	width:20px;
	cursor:pointer;
}
div#maincontent ul.image_controls a.next{width:20px;float:left;margin:0px;margin-top:-1px;}
ul.image_controls a.zoom{
	color:#FFFFFF;
	text-decoration:none;
	width:305px;
	display:block;
	background:url(../img/zoom.gif) top left no-repeat;
	height:26px;
	margin:0px;
	text-align:center;
	font-weight:bold;
	padding:6px 0px 0px 0px;
	float:left;
	margin-left:-24px;
	margin-right:-21px;
	z-index:80;
	position:relative;
	cursor:pointer;
}
a.truckthumb{
	cursor: pointer;	
}
a.truckthumb:hover{
	border-color:yellow;
}
ul.image_thumbs{
	list-style:none;
	padding:0px;
	margin:0;
}
ul.image_thumbs li{
	float:left;
	margin-right:10px;
	margin-top:10px;
}
ul.image_thumbs img{
	border:1px solid #464646;
	border-bottom:3px solid #464646;
}
ul.image_thumbs a.selected img, ul.image_thumbs a:hover img{
	border-color:yellow;
}

dl.banner{
	float:left;
	display:block;
	overflow:hidden;
	width:200px;
	height:63px;
	background:url(../img/banner2.gif) top left no-repeat;
	padding:5px 0px 0px 8px;
	margin:0px;
}
#maincontent dl.banner dd, #maincontent dl.banner dt{background:none;border:none;}
#maincontent dl.banner dt{
	float:none;
	width:auto;
	line-height:1.2em;
}
#maincontent dl.banner dd{
	line-height:1.2em;
	font-size:17px;
	margin:0px;padding:0px;
	padding-left:3px;
	font-weight:bold;
	margin-top:-7px;
}
a.print{
	clear:right;
	margin-top:4px;
}
a.back{
	float:left;
	width:305px;
}

#maincontent .detail dt{
	width:110px;
}
.detail dd{
	font-weight:bold;
}

/** Image viewer - full size image **/
div#imageviewer a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
div#imageviewer a:hover, ul.image_controls a:hover{
	color:yellow;
}

div#imageviewer{
	display:none;
	position:absolute;
	top:50px;left:150px;
	z-index:200;
	margin:0px;
	padding:0px;
	padding-bottom:35px;
	background:url(../img/imageviewer.gif) bottom left no-repeat;
}
#background_fade{
	position:absolute;
	background:black;
	opacity:0.7;
	top:0px;
	left:0px;
	height:200%;width:100%;
	z-index:190;
}

div#imageviewer a.close{
	position:absolute;
	top:15px;
	right:0px;
	width:97px;
	height:24px;
	text-align:right;
	padding:7px 57px 0px 0px;
	background:url(../img/sluiten.gif) top right no-repeat;
}
div#imageviewer a.close:hover{
	background-position:right -31px;
}
div#imageviewer img{
	margin-top:45px;
	border:5px solid #7D7D7D;
}
div#imageviewer h1{
	position:absolute;
	top:0px;
	left:5px;
	font-size:15px;
}
div#imageviewer ul.image_controls a{
	background:url(../img/icons2.gif) top left no-repeat;
	white-space:nowrap;
	width:100px;
	height:25px;
	padding-top:8px;
}
div#imageviewer ul.image_controls a.next{
	position:absolute;
	right:7px;
	bottom:6px;
	padding-right:17px;
	text-align:right;
	background-position:right 2px;
	cursor:pointer;
}
div#imageviewer ul.image_controls a.next:hover{background-position:right -32px}

div#imageviewer ul.image_controls a.prev{
	padding-left:17px;
	position:absolute;
	left:7px;
	bottom:6px;
	background-position:left -62px;
	cursor:pointer;
}

div#imageviewer ul.image_controls a.prev:hover{background-position:left -96px}



