/*
    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/
*/

*                                       { margin: 0; padding: 0; }

.anythingSlider                         { width: 640px; height:325px; position: relative; }
.anythingSlider .wrapper                { width: 640px; overflow:auto; height:325px; position:relative; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 325px; width: 640px; margin: 0;}
/*.anythingSlider .arrow                  { display: block; height: 29px; width: 40px; background: url(../img/arrows2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 325px; cursor: pointer; }
.anythingSlider .forward                { background-position: -624px 0; right: -0px; }
.anythingSlider .back                   { background-position: 0 0; left: -0px; }
.anythingSlider .forward:hover          { background-position: -624px -29px; }
.anythingSlider .back:hover             { background-position: 0 -29px; }

#thumbNav                               { position: relative; width:560px; margin:0 0 0 40px; text-align: center; height:29px; background: #EEE url(../img/cellshade.png) repeat-x left top;}
#thumbNav a                             { color: #FFF; font: 13px/18px Arial, Helvetica, sans-serif; display: inline-block; padding: 0 12px; line-height:29px; height: 29px; margin: 0 5px 0 0; background: #323232; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration:none;}
#thumbNav a:hover                       { background-image: none; text-decoration:underline;}
#thumbNav a.cur                         { background: #c7001f url(../img/cellshade2.png) repeat-x left top; }

#start-stop                             { display:none; }
*/


.forward, .back, #thumbNav, #start-stop {display:none;}






