a.prev{
	position:absolute;
	margin-top:55px;
	margin-left:16px;
	background:transparent url(../images/arrow_l.png) no-repeat scroll 0px 0px;
	border:0px;
	height:69px;
	width:30px;
}

a:hover.prev, a:hover.next{
	background-position:0px -69px;
}
a.next{
	position:absolute;
	margin-top:55px;
	margin-left:853px;
	background:transparent url(../images/arrow_r.png) no-repeat scroll 0px 0px;
	border:0px;
	height:69px;
	width:30px;	
}

#carousel-holder{
	position:absolute;
	margin-left:48px;
	margin-top:18px;
}
.carousel{
	width:900px;
}
.carousel li{
	width:200px;
	/*border:1px solid coral;*/
	height: 160px;
	padding-left:22px;
	padding-right:45px;
}
.carousel li h3 {
	margin-bottom:0;
	font-size:14px;
	}

a:active, a:focus, img { outline: 0; border:0;}

/*truck details carousel*/
#truck_details_carousel{
	margin-top:-13px;
	position:relative;
	width:927px;
	height:388px;
	background:#DFDFDF url('../images/carousel-detail-bg.png') repeat-x top center;
	margin-left:-2px;
}


#truck_details_carousel a.prev{
	position:absolute;
	margin-top:142px;
	margin-left:20px;
	background:transparent url(../images/arrow_l.png) no-repeat scroll 0px 0px;
	border:0px;
	height:69px;
	width:30px;
	z-index:20;
}

#truck_details_carousel a:hover.prev,  #truck_details_carousel a:hover.next, #delivery-carousel a:hover.next{
background-position:0px -69px;
}

#truck_details_carousel a.next{
	position:absolute;
	margin-top:142px;
	margin-left:877px;
	background:transparent url(../images/arrow_r.png) no-repeat scroll 0px 0px;
	border:0px;
	height:69px;
	width:30px;
	z-index:20;
}



#truck_details_carousel #carousel-holder{
		position:absolute;
		margin-top:0px;
	
		margin-left:0px;
		z-index:10;
}

#truck_details_carousel .carousel li{
	width:927px;
	/*border:1px solid coral;*/
	height: 389px;
	padding-left:0px;
	padding-right:0px;
}



#delivery-carousel{
	margin-top:-13px;
	position:relative;
	width:850px;
	height:570px;
	margin-left:-2px;
}
#delivery-carousel .carousel {
	margin-left:15px;
	float:left;
}
#delivery-carousel .carousel li{
	width:700px;
	/*border:1px solid coral;*/
	height: 550px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}

#delivery-carousel a.prev{
	position:relative;
	display:block;
	float:left;
}
#delivery-carousel a.next{
	position:relative;
	display:block;
	margin:55px 5px 0 15px;
	background:transparent url(../images/arrow_r.png) no-repeat scroll 0px 0px;
	border:0px;
	height:69px;
	width:30px;
	z-index:20;
	float:left;
}

/*********************************/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #3f3f3f;
	background-color: #232323;
	padding: 5px;
	color:#eee;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-weight:normal;
	font-size:11px;
	}


