/*
    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: 944px;
	height: 300px;
	position: relative;
}
.anythingSlider .wrapper                {
	width: 944px;
	overflow: auto;
	height: 341px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 944px;
	margin: 0;
}
.anythingSlider .arrow                  { display: none;}
.anythingSlider .forward                { display: none;}
.anythingSlider .back                   { display: none;}
.anythingSlider .forward:hover          { display: none;}
.anythingSlider .back:hover             {display: none;}

#thumbNav                               { display: none; }
#thumbNav a                             { display: none;}
#thumbNav a:hover                       { display: none; }
#thumbNav a.cur                         { display: none; }

#start-stop                             { display: none; }
#start-stop.playing                     {display: none; }
#start-stop:hover                       { display: 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; }
