/*
    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: 489px; height: 240px; position: relative; margin: 0 auto 15px}
.anythingSlider .wrapper                { width: 489px; overflow: hidden; height: 271px; position: absolute; top: 0; left: 0}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 670px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 240px; text-align: right; padding-left:290px; background: url(../img/bg_slider.gif) repeat-x; height:34px; padding-top:4px}
#thumbNav a                             { color: #c3cedf; font: 11px/18px;float:left; padding: 4px 8px 0 8px; height: 19px; margin: 0 5px 0 0; background: #c58b04 url(../img/bg_bt_slider.gif) repeat-x; text-align: center;}
#thumbNav a:hover                       { background-image: url(../img/bg_bt_sliderON.gif); color:#1b3f77;text-decoration:none}
#thumbNav a.cur                         { background: url(../img/bg_bt_sliderON.gif); color:#1b3f77 }

#start-stop                             {  background: url(../img/bt_go_slider.gif) no-repeat 0 0; color:#1b3f77; padding: 2px 5px; width: 24px; height:23px; position: absolute; right: 5px; top: 244px; }
#start-stop.playing                     { background: url(../img/bt_stop_slider.gif) no-repeat }

/*
  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; }


.noFlash{width:450px;padding:80px 20px 0 30px;color:#333;}
.noFlash a{color:#163b85;font-size:1em;text-decoration:underline}

