/*
    anythingSlider v1.0
    
    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: 858px; height: 212px; position: relative; margin: 10px 10px 30px 0; }
.anythingSlider .wrapper                { width: 858px; overflow: hidden; height: 212px; margin: 0 ; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position:relative;
	float:left;
	background: #fff;

	margin: 0;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 212px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 100px; width: 33.5px; background:url(../images/nav/arrows2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 70px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -32px; }
.anythingSlider .back                   { background-position: -33.5px 0; left: 10px; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -33.5px -100px; }

#thumbNav                               { position: absolute; top: 212px; right:0;  text-align: center; }
#thumbNav a                             { color: #fff; font: 11px/14px Arial, Serif; display: inline-block; padding: 2px 2px; height: 12px; margin: 0 5px 0 0; background: #0085bd; text-align: center;  }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #464646; }

#start-stop                             { font: 11px/14px Arial, Serif; background:#0085bd; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; left: 85px; top: 212px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: #464646; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
