/* BEGIN Slider Styles */

.anythingSlider
{
  position: relative;
  width: 997px;
  height: 269px;
  margin: 0px;
}

.anythingSlider .wrapper
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 997px;
  height: 269px;
  margin: 0px;
  overflow: hidden;
}

.anythingSlider .wrapper ul
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32700px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.anythingSlider ul li
{
  display: block;
  float: left;
  width: 997px;
  height: 269px;
  margin: 0px;
  padding: 0px;
}

.anythingSlider .arrow
{
  position: absolute;
  top: 111px;
  width: 41px;
  height: 41px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-indent: -9999px;
  cursor: pointer;
}

.anythingSlider .forward
{
  right: 2px;
  background: url('../images/slider_button_next.png') left top no-repeat;
}

.anythingSlider .back
{
  left: 2px;
  background: url('../images/slider_button_prev.png') left top no-repeat;
}

#thumbNav
{
  position: absolute;
  left: 50px;
 
  padding:5px;
  bottom: 14px;
  *bottom: 19px;
}

#thumbNav a,
#start-stop
{
  display: block;
  float: left;
  margin: 0px 0px 5px 5px;
  padding: 1px 5px;
  outline: none;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:22px;
  text-decoration: none;
  background-color: #fff;
  border-color:#c8c4c4;
  color:#AC0000;
  border-width: 3px 3px 3px 3px;
}

#thumbNav a{background:url(../images/blt-rev_h.png) center center no-repeat; font-size:10px; color:#000000; line-height:12px; height:8px; width:2px;}

#thumbNav a:hover
{
  background:url(../images/blt-rev.png) center center no-repeat;
  color:#000;
}

#thumbNav a.cur
{
  background-color: #ac0000;
  color:#fff;
  background:url(../images/blt-rev.png) center center no-repeat;
}

#start-stop
{
  float: none;
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 51px;
  height:24px;
  padding: 1px 0px;
  background:url(../images/start.png) no-repeat;
  color: #fff;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
}

#start-stop.playing
{
}

#start-stop:hover
{
}

/* END Slider Styles */

/* BEGIN Overlay Styles */

div.trans_overlay
{
  float: right;
  width: 300px;
  height: 250px;
  margin: 0px;
  text-align: left;
  overflow: hidden;
}

div.trans_overlay_inner
{
  padding: 0px 50px 0px 30px;
}

div.trans_overlay_inner h1
{
  font-size: 20px;
  color: #A60200;
  padding:20px 0 0 0;
}

div.trans_overlay_inner p
{
  margin: 0px;
  padding: 15px 0 0 0;
  text-align: left;
  font-size: 16px;
  line-height:22px;
  font-family:Arial, Helvetica, sans-serif;
}

div.trans_overlay_inner p.slider_tagline
{
  margin: 0px 0px 20px 0px;
}

div.trans_overlay_inner p.slider_button
{
  padding: 0px 0 0px 0px;
  width: 172px;
  height: 36px;
  float: left;
  margin: 0 20px 0 0;
}

div.trans_overlay_inner p.slider_button a
{
  display: block;
  padding: 9px 0px 5px 0px;
  font-family: arial, sans-serif;
  font-size: 17px;
  color: #A60200;
  text-decoration: none;
  outline: none;
  width: 139px;
  height: 26px;
}

/* END Overlay Styles */