/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 1046px; height: 469px; overflow:hidden;position: absolute; top: 0; left: 0;margin:0px ;}
.anythingSlider .wrapper                { width: 1046px; height: 469px; overflow:hidden;position: absolute; top: 0; left: 0; margin:0px;  }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; height:469px; width: 1046px; margin: 0px; overflow:hidden;}
.anythingSlider .arrow                  { display: block; height: 73px; width: 17px; 	 position: absolute; top: 200px; cursor: pointer; }

.anythingSlider .forward                {  right:0px; width:17px; height:73px;
										-moz-border-radius-topleft: 7px; -moz-border-radius-bottomleft: 7px;
										-webkit-border-top-left-radius: 7px; -webkit-border-bottom-left-radius: 7px;
										}
										
.anythingSlider .back                   { left:0; width:17px; height:73px;
										-moz-border-radius-topright: 7px; -moz-border-radius-bottomright: 7px; 
										-webkit-border-top-right-radius: 7px;-webkit-border-bottom-right-radius: 7px;
										}


#thumbNav                               { position: relative; display:none; }


#start-stop                             { background-repeat: no-repeat;  width: 73px; height:17px;
										  position: absolute; right: 470px; top: 456px;
										  -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; 
										  -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; 
										  }
.cur{
color:red;

}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: hidden; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
