/*
    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: 1000px; height: 373px; position: relative; float: left;}
.anythingSlider .wrapper                { width: 999px; overflow: auto; height: 373px; margin: 0 0px; position: absolute; top: 0px; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; list-style-type: none;}
.anythingSlider ul li {
	display:block;
	float:left;
	height:373px;
	left:1px;
	padding-left:0px;
	position:relative;
	width:1000px;
	background: #ffffff;
	list-style: none;
}


#thumbNav                               { position: relative; top: 323px; text-align: right; right:37px; }
#thumbNav a                             { color: #ffffff; font: 11px/18px; display: inline-block; padding: 2px 4px; height: 18px; margin: 0 2px 0 0; background: #dddddd; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; }
#thumbNav a:hover                       { background: #ff6600; }
#thumbNav a.cur                         { background: #ccc; }

#start-stop                             { display: none; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -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                     { display: none; background-color: red; }
#start-stop:hover                       { display: none; background-image: none; }

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