/*
    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: 944px; height: 336px; position: relative; margin: 0px auto 0px; background-image: url(../images/main-box-bg.jpg); background-position: center; background-repeat: no-repeat;}
.anythingSlider .slide-wrapper                { width: 944px; overflow: auto; height: 253px; margin: 0 0px; position: absolute; top: 0px; left: 0; }
.anythingSlider .slide-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: 317px; width: 944px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(../images/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: 259px; text-align: left; left: 25px; }
#thumbNav a                             { text-decoration: none; font-family: Arial, Helvetica, sans-serif; border-bottom: 1px solid #0D62A2; border-left: 1px solid #0D62A2; border-right: 1px solid #0D62A2; color: #8CA0B2; font-size: 24px; display: inline-block; padding: 2px 28px; line-height: 58px; height: 58px; margin: 0 5px 0 0; background: #064274 url(../images/cellshade.png) repeat-x; text-align: center; 

/* Border Radius For Tabs */
-moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; 
}


#thumbNav a:hover                       { background-image: url(../images/cellshade_hover.png); background-position: bottom; background-repeat: repeat-x;}
#thumbNav a.cur                         { background: #0D62A2; color: #fff; }

#start-stop                             { opacity: 0.65; -moz-opacity: 0.65; filter:alpha(opacity=65); border-bottom: 1px solid #0D62A2; border-left: 1px solid #0D62A2; border-right: 1px solid #0D62A2;font-family: Arial, Helvetica, sans-serif; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 15px; width: 40px; height: 38px; line-height: 38px; font-size: 18px;  text-align: center; position: absolute; right: 25px; top: 259px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }





/*
  Prevents
*/
.anythingSlider .slide-wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .slide-wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }