#slideshow {
	margin:10px 0 0 33px;
	width:350px;
	height:60px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:330px;
  height:60px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:330px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:60px;
}

div.vehicle-container div.vehicle-images div.thumbnails img {
cursor:pointer;
float:left;
margin:4px 8px 0;
}



/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:60px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:20px;
  left:5px;
  background: url(/assets/images/national/icons/leftArrow.png) no-repeat;
}
#rightControl {
  top:20px;
  right:5px;
  background: url(/assets/images/national/icons/rightarrow-no-bg.png) no-repeat;
  
}