/*
    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: 777px; background:#643232; height: 259px; position: relative; margin:0; padding:0;}
.anythingSlider .wrapper                { width: 754px; overflow: auto; height: 259px; margin: 0; position: absolute; top: 0; left: 0; float:left; background:#ffffff;}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: -1px;
	left: 0;
	margin: 0;
	padding:0;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 259px; width: 766px; margin: 0;}


#thumbNav                               { position: relative; top: -16px; left:755px; text-align: center; width:21px;}
#thumbNav a                             { color: black; font: 12px Arial bold; display:block; padding: 3px 2px; background: #ffffff; color:#663333; text-align: center; margin-bottom:1px; text-decoration:none;}
#thumbNav a:hover                       { background: #fee496; color:#663333; text-decoration:none;}
#thumbNav a.cur                         { background: #fee496; color:#663333; text-decoration:none;}

#start-stop                             {background:url(slide-play.gif) no-repeat #ffffff center; color: white; padding: 1px 2px; text-align: center; position: relative; right: 1px; top: -16px; float:right; text-indent:-9999px; width:17px;}
#start-stop.playing                     { background:url(slide-pause.gif) no-repeat #ffffff center; }
#start-stop:hover                       { }

/*
  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; }

