/*
    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: 658px; height: 392px; position: relative;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	overflow: hidden;
}
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 365px; position: absolute; top: 0; left: 0;
}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0;
}
.anythingSlider ul li                   { display: block; float: left; height: 317px; width: 700px; margin: 0;
}
.anythingSlider .arrow                  {
	color: #333333;
}
.anythingSlider .forward                { }
.anythingSlider .back                   { }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

#thumbNav                               { position: relative; top: 354px; text-align: left;
	overflow: hidden;
	z-index: 200;
}
#thumbNav a                             { color: white; font: 11px/18px Georgia, Serif; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center;
	border-right: 1px hidden white;
	border-left: 1px hidden white;
}
#thumbNav a:hover                       {
	background-color: gray;
}
#thumbNav a.cur                         { background: black;
}

#start-stop                             { 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                     { background-color: red; }
#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; }

.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none;
	position: fixed;
	visibility: visible;
	overflow: hidden;
	display: block;
}
