@charset "UTF-8";

#vt_features_container{
	position: relative;
  background-color:#FFF;
  height:236px;
  overflow:hidden;
  width:975px;
}
/* hide image captions */
#vt_features_container .vt_linked_image span{
  display:none;
}
#vt_features_container .vt_linked_image img,#vt_features_container .vt_linked_image p{
  border:none;
  font-size:14px;
  line-height:normal;
  margin:0;
  padding:0;
}
#vt_features_default,#vt_features_all{
  background:url(/global_assets/images/bg_page_title.gif) repeat-x scroll left bottom #F0EDDC;
}
#vt_features_all{
  display:none;
}
#vt_feature_tracker{
  background-color:#FFF;
  left:auto;
  margin-top:-238px;
  padding:5px;
  position:absolute;
  right:25px;
  z-index:99;
  filter:alpha(opacity=75);
  opacity:0.75;
}
#vt_feature_tracker a{
  background:url(/global_assets/images/nav_dots.gif) no-repeat scroll 0 0 transparent;
  display:block;
  float:left;
  height:8px;
  margin-right:5px;
  overflow:hidden;
  padding:0;
  text-indent:-9999px;
  width:8px;
}
#vt_feature_tracker a.activeSlide{
  background:url(/global_assets/images/nav_dots.gif) no-repeat scroll 0 -16px transparent;
  height:8px;
}
#vt_feature_tracker a:hover{
  background:url(/global_assets/images/nav_dots.gif) no-repeat scroll 0 -8px transparent;
  height:8px;
}
.vt_item_info{
  background-color:#F0EDDC;
  border:2px solid #FFF;
  left:25px;
  margin-top:25px;
  max-height:175px;
  max-width:340px;
  overflow:hidden;
  padding:10px;
  position:absolute;
  right:auto;
  filter:alpha(opacity=75);
  opacity:0.75;
}
.vt_item_info.left_align{
  left:25px;
  right:auto;
}
.vt_item_info.right_align{
  left:auto;
  right:25px;
}
.vt_item_info.center_align{
  left:325px;
  right:auto;
}
.vt_item_info h2{
  color:#600;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:large;
  line-height:normal;
  margin:0;
}
.vt_item_info h2 a{
  color:#600;
  text-decoration:none;
}
.vt_item_info h2 a:hover{
  text-decoration:underline;
}
.vt_item_info p{
  font-size:medium;
  margin-bottom:5px;
}
/* all images in the features should be left aligned */
#vt_features .vt_img_caption_right,#vt_features .vt_img_right,#vt_features .vt_img_caption_center,#vt_features .vt_img_center{
  float:left;
  margin-left:0;
  margin-top:0;
}