/*
    anythingSlider v1.2
    
    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: 220px; height: 575px; position: relative; margin: 0 auto 10px; }
.anythingSlider .slider                { width: 220px; overflow: auto; height: 575px; margin: 0 00px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .slider ul             { width: 32700px; list-style: none; position: absolute; top: 0px; left: 0; background: #fff; border-top: 0px solid #e0a213; border-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 575px; width: 220px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 30px; width: 17px; background: url(../images/arrows4.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -40px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -10px; }
.anythingSlider .back                   { background-position: -17px 0; right: 35px; }
.anythingSlider .forward:hover          { background-position: 0 -50px; }
.anythingSlider .back:hover             { background-position: -17px -50px; }

#thumbNav                               { position: relative; top: 0px; text-align: center; }
#thumbNav a                             { color:#fff; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; /*background: #999 url(../images/cellshade.png) repeat-x;*/ 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; }
#thumbNav a:hover                       { background-image: none; color:#fff  }
#thumbNav a.cur                         { background: #ccc; color:#fff }

#start-stop                             { /*background: #ccc; background-image: url(../images/cellshade.png); background-repeat: repeat-x;*/ color: white; padding: 2px 5px; width: 10px; text-align: center; position: absolute; right: 10px; top: -25px; /*-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;*/ /*-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;*/ font-family:Arial, Helvetica, sans-serif; font-size:10px; background: #fff; }
#start-stop.playing                     { background-color: none; color:#fff;  font-size:9px; }
#start-stop:hover                       { background-image: none; color:#CC0000;  }

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

.anythingSlider .slider ul li {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#114b9c;
padding:0px 0 5px 0px;
margin:0 0 0px 0;
letter-spacing:-.07em;
font-weight:normal; list-style:disc; }

.anythingSlider .slider ol {font-family:Arial, Helvetica, sans-serif;
font-size:25px;
line-height:25px;
color:#114b9c;
padding:0px 0 5px 0px;
margin:0 0 0px 0;
letter-spacing:-.07em;
font-weight:normal; }
