/*
    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                         { border:0px solid red; 
					width: 700px; 
					height: 507px; 
					position: relative; 
					margin: 0 auto 15px;
					left: 0%; }
.anythingSlider .wrapper                { border:0px solid blue; 
					width: 700px; 
					height: 507px; 
					margin: 0px; 
					position: absolute; 
}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 507px; width: 700px; margin: 0; }
.anythingSlider .arrow                  { border:0px solid green; display: block; height: 200px; width: 67px; background:url(../images/arrows8.gif) no-repeat 0 0; 
					text-indent: -9999px; position: absolute; top: -58px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 2px; right: -82px; }
.anythingSlider .back                   { background-position: -67px 00px; left: -82px; }
.anythingSlider .forward:hover          { background-position: 0 -224px; }
.anythingSlider .back:hover             { background-position: -67px -226px; }

#thumbNav                               { position: relative; top: -44px; text-align: right; left:0px;float:right;width:450px}
#thumbNav a                             { color: #555; font: 8pt Helvetica, sans-serif; display: inline-block; padding: 2px 8px; height: 10px; 
					margin: 0 0px 0 0; text-align: center; font-weight:bold;
}
#thumbNav a:hover                       { color:#ff3366; }
#thumbNav a.cur                         { color: #ff3366; }

#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; 
}
#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; }
