#feature_tabs_holder {
  position: relative;
  font-family: verdana, arial, helvetica, san-serif;
	font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background: #000032;
  width: 605px;
  margin: 0;
  padding: 0;
  float: right;
  /*border: 1px solid #ff0000;*/
}

#feature_tabs {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
}

#feature_tabs ul, #feature_tabs li {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}

#feature_tabs ul {
  list-style-type: none;
}

#feature_tabs a, #feature_tabs a:visited {
  color: #FFFFFF;
  margin: 0;
	padding: 3px 2px 5px 2px;
	text-decoration: none;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  display: block;
}

#feature_tabs a:hover {
  position: relative;
  color: #000032;
  background: #FFFFFF;
}

#feature_item_holder {
  position: relative;     
  background: url(/img/content_vehicles_bkgd.jpg) no-repeat;  
  width: 575px;
  margin: 0;
  padding: 15px 15px 10px 15px;
  float: right;
}

#feature_item_img {
  position: relative;
  font-size: 11px;
  margin: 0 0 10px 10px;
  padding: 0;
  text-align: right;
  border: 1px solid #003;
  float: right;
}

#enlargeWin {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#enlargeWin img {
  border: 1px solid #003;
}   
