/* BEGIN Slider Styles */



.anythingSlider

{

  position: relative;

  width: 1334px;

  height: 484px;

  margin: 0px;  

	overflow:hidden;

}



.anythingSlider .wrapper

{

  position: absolute;

  top: 0px;

  left: 0px;

  width: 1334px;

  height: 484px;

  margin: 0px;

  overflow: hidden;

}



.anythingSlider ul

{

  position: absolute;

  top: 0px;

  left: 0px;

  width: 32700px;

  margin: 0px;

  padding: 0px;

  list-style: none;

}



.anythingSlider ul li

{

  display: block;

  float: left;

  width: 1334px;

  height: 484px;

  margin: 0px;

  padding: 0px;

  position:relative;

}



.anythingSlider .arrow

{

  position: absolute;

  top: 100px;

  width: 41px;

  height: 41px;

  margin: 0px;

  padding: 0px;

  border: 0px;

  text-indent: -9999px;

  cursor: pointer;

  

  filter:alpha(opacity=50); 

  -moz-opacity: 0.5; 

  opacity: 0.5;

  

  display:none;visibility:hidden;

}



.anythingSlider .forward

{

  right: 0px;



}



.anythingSlider .back

{

  left: 12px;

  

}



#thumbNav

{

  position: absolute;

  left: 90px;

  bottom: 10px;

  *bottom: 19px;

  float:right;

}



#thumbNav a/*,

#start-stop*/

{

  display: block;

  height:12px;

  width:12px;

  float: left;

  margin: 0px 0px 5px 5px;

  text-indent:-8000px;

  outline: none;

  background:url(../images/banner_dot2.png) center center;

}

#start-stop{display:none;visibility:hidden;}





#thumbNav a:hover, #thumbNav a.cur{

  background:url(../images/banner_dot.png) center center;

}



#start-stop

{

  float: none;

  position: absolute;

  left: 0px;

  bottom: 10px;

  width: 75px;

  height:24px;

  padding: 1px 0px;

  

  color: #fff;

  font-weight:bold;

  text-align: center;

  text-decoration: none;

}



#start-stop.playing

{

}



#start-stop:hover

{

}

