#viewwrap {
	float:left;
	width:1000px;
	height:auto;
	margin:10px 0 0 0;
	_margin:4px 0 0 18px;
	_margin-right:-10px;
	background:#FFF;
	position:relative;
	}

/*Vehicle Details*/
	
#vehicle {
	float:left;
	width:790px;
	height:490px;
	position:relative;
/*	background: url(graphics/view_vehicle.png) left top no-repeat;*/
	}

#photo {
	float:left;
	width:446px;
	height:470px;
	margin:25px 0 0 27px;
	_margin:25px 0 0 13px;
	padding:6px 0 0 6px;
	border:1px solid #e3e1e1;
	background: url(/graphics/view_photo.gif) left top no-repeat;

	}
	
/*Enlarge Photo*/

#enlarge {
	display:block;
	width:440px;
	height:130px;
	position:absolute;
	top:230px;
	left:33px;
	background-image: url(../graphics/view-photoenlage.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	z-index:50
	
	}

#enlarge span {
	display:none;
	}


#view-address {
	margin-left:280px;
	margin-top:10px;
	width:150px;
}
	
#photobutton {
	float:left;
	width:270px;
	height:37px;
	margin:8px 0 0 0;
	}
	
#spec {
	float:left;
	width:277px;
	height:470px;
	margin:25px 0 0 15px;
	padding:6px 0 0 5px;
	border:1px solid #e3e1e1;
	background-color:#f2f2f2;
	}
	
#disclaimer {
	float:left;
	width:310px;
	height:15px;
	margin:5px 0 0 325px;
	font-size:10px;
	color:#666666;
	clear:both;
	}
	
.spec1 {
	float:left;
	width:82px;
	height:19px;
	margin-bottom:1px;
	padding:5px 0 0 9px;
	background: url(/graphics/spec1.gif) left top no-repeat;
	font-size:12px;
	color:#104174;
	}
	
.spec2 {
	float:left;
	width:164px;
	height:19px;
	margin:0 0 1px 7px;
	padding:5px 0 0 10px;
	background: url(/graphics/spec2.gif) left top no-repeat;
	font-size:12px;
	color:#232323;
	overflow:hidden;
	}
	
.greenspec1 {
	float:left;
	width:82px;
	height:19px;
	margin-bottom:1px;
	padding:5px 0 0 9px;
	background: url(/graphics/spec1.gif) left top no-repeat;
	font-size:12px;
	color:#257026;
	}
	
.greenspec2 {
	float:left;
	width:164px;
	height:19px;
	margin:0 0 1px 7px;
	padding:5px 0 0 10px;
	background: url(/graphics/spec2.gif) left top no-repeat;
	font-size:12px;
	color:#232323;
	overflow:hidden;
	}	

.greenspec1 span {
	font-size:8px;
	padding-left:1px;
	}

.greenspec2 span {
	font-weight:bold;
	color:#257026;
	}

#price1 {
	float:left;
	width:82px;
	height:19px;
	margin:13px 0 1px 0;
	padding:5px 0 0 9px;
	background: url(/graphics/spec1.gif) left top no-repeat;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
	
#price2 {
	float:left;
	width:164px;
	height:19px;
	margin:13px 0 1px 7px;
	padding:5px 0 0 10px;
	background: url(/graphics/spec2.gif) left top no-repeat;
	font-size:12px;
	color:#232323;
	font-weight:bold;
	}
	
.finance1 {
	float:left;
	width:82px;
	height:19px;
	margin-bottom:1px;
	padding:5px 0 0 9px;
	background: url(/graphics/spec1.gif) left top no-repeat;
	font-size:12px;
	color:#666666;
	}
	
.finance2 {
	float:left;
	width:164px;
	height:19px;
	margin:0 0 1px 7px;
	padding:5px 0 0 10px;
	background: url(/graphics/spec2.gif) left top no-repeat;
	font-size:12px;
	color:#666666;
	}

#additionaltext {
	float:left;
	width:595px;
	height:115px;
	margin:20px 0 0 23px;
	padding:0 0 0 0;
	border:1px solid #e3e1e1;
	background-color:#f2f2f2;
	}

/*DS Links*/
	
#buttons {
	float:left;
	margin-left:10px;
	width:165px;
	height:399px;
	padding:25px 0 0 5px;
/*	background: url(graphics/view_buttons.png) left top no-repeat;*/
	}

#buttons ul {
    margin: 0;
    list-style-type: none;
	}

#buttons ul li {
    margin: 0;
    list-style-type: none;
	margin-bottom:5px;
	}
	
/*Bullet Points*/

#bullets {
	float:left;
	width:1000px;
	padding-left:40px;
	margin:20px 0 10px 0;
	color:#000;
	}
	
/*Contact Details*/

#viewcontact {
	float:left;
	width:153px;
	height:150px;
	padding:20px 0 0 40px;
/*	background: url(graphics/view_contact.gif) left top no-repeat;*/
	color:#000;
	}
	
#viewcontact span {
	color:#000;
	font-weight:bold;
	}

/*Next Previous*/

#nextprev {
	float:left;
	width:142px;
	height:130px;
	margin:5px 0 0 10px;
	}

#prevcar a {
	float:left;
	width:65px;
	height:71px;
	display:block;
	background:url(/graphics/view-pre.gif) top left no-repeat;
	}
	
#nextcar a {
	float:left;
	width:65px;
	height:71px;
	margin-left:5px;
	display:block;
	background:url(/graphics/view-next.gif) top left no-repeat;
	}

#nextcar a span, #prevcar a span {
	display:none;
	}
	
/*Extra Details*/

#extra {
	float:left;
	width:651px;
	margin:0 0 0 10px;
	}

#extra-details-top {
	float:left;
	width:651px;
	height:10px;
	/*background: url(graphics/view-details-top.gif) left top no-repeat;*/
	}

#extra-details {
	float:left;
	width:960px;
	min-height:145px;
	padding:10px 20px 10px 20px;
	/*background: url(graphics/view-details.gif) left top repeat-y;*/
	color:#232323;
	}
	
#extra-details span {
	color:#000;
	font-weight:bold;
	}
	
#extra-details p {
	margin:10px 0 0 0;
	}
	
#extra-details-bottom {
	float:left;
	width:651px;
	height:10px;
/*	background: url(graphics/view-details-bottom.gif) left top no-repeat;*/
	}

.extra-services {
	float:left;
	width:380px;
	margin:20px 0 0 35px;
	}

.extra-services ul { 
	list-style-image: url(/graphics/tick.gif); 
	color:#104174;
	}
	
.extra-services li { 
	margin-bottom:3px;
	}

/*Slideshow*/

#slideshow { 
	width: 270px; 
	position:relative; 
	}  /* container for the full size image */
	
#slideshowplaypause { 
	float: left; 
	padding: 1px; 
	margin-bottom: 1px; 
	width:62px; 
	height: 47px; 
	display:none; 
	}
	
.slideshowframe { 
	float:left; 
	margin-top:5px; 
	margin-left:5px; 
	width:60px; 
	height:45px; 
	padding: 1px; 
	margin-bottom: 1px; 
	z-index:103;
	}
	
.slideshowpic { 
	border-color: #ffffff; 
	border-style: solid; 
	border-width: 0px; 
	cursor: pointer; 
	}
	
#slidelogo { 
	float:left; 
	padding: 1px; 
	width:60px; 
	height: 47px; 
	font-family: arial; 
	font-size: 9px; 
	text-decoration: none; 
	display:none; 
	}
	
#slideshowlarge { 
	width: 270px; 
	} 

#slide0 {
	position:absolute;
	top:332px;
	left:0px;
	}

#slide1 {
	position:absolute;
	top:332px;
	left:66px;
	}
	
#slide2 {
	position:absolute;
	top:332px;
	left:132px;
	}
	
#slide3 {
	position:absolute;
	top:332px;
	left:198px;
	}
	
#slide4 {
	position:absolute;
	top:386px;
	left:0px;
	}
	
#slide5 {
	position:absolute;
	top:386px;
	left:66px;
	}
	
#slide6 {
	position:absolute;
	top:386px;
	left:132px;
	}
	
#slide7 {
	position:absolute;
	top:386px;
	left:198px;
	}

