/*
    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/
*/

.height_230								{ height: 230px;}
.height_539								{ height: 539px;}
.height_210								{ height: 210px;}
.height_519								{ height: 519px;}
.anythingSlider                         { width: 640px;  position: relative;background:#eeeee0;padding:0px; margin:0px; }
.anythingSlider .wrapper                { width: 640px; overflow: auto; margin: 0px 0px; position: absolute; top: 0; left: 0; padding:0px;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0px; height: 317px; width: 640px; margin: 0px; }
.anythingSlider .arrow                  { display: block; height: 90%; width: 67px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -67px 0; left: 0px; }


.height_539 #thumbNav 					{ top: 519px;}
.height_230 #thumbNav 					{ top: 210px;}
#thumbNav                               { position: relative; text-align: center; padding: 0 0 0 5px;}
#thumbNav a                             { color: black; font: 9px/12px Verdana;font-weight:bold; display: inline-block; padding: 1px 4px; height: 12px; margin: 0 2px 0 0; }
#thumbNav a:hover                       { color: #ffffff;background:#ff6600; }
#thumbNav a.cur                         { background: #000000;color:#ffffff; }

.height_539 #start-stop  				{top: 519px;}
.height_230 #start-stop 				{top: 210px;}
#start-stop                             {font: 9px/12px Verdana;font-weight:bold; background-color: #000000;color: white; padding: 1px 5px; width: 40px; text-align: center; position: absolute; right: 5px;height: 12px;margin: 3px 0 0 0;}
#start-stop.playing                     { background-color: #000000; }
#start-stop:hover                       { background-color: #ff6600; }

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

