/*
    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/
*/
#cc                                     { margin: 0; padding: 0;font: 0.7em Comic Sans MS, Verdana, sans-serif; }
.anythingSlider                         { width: 440px; height: 180px; position: relative;   border-bottom: 0px solid #cfebff;margin-bottom:35px;}
.anythingSlider .wrapper                { width: 440px; overflow: auto;  height: 186px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #ffffff;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 149px; width: 440px; margin: 0; }
.anythingSlider .arrow                  { display: block;   text-indent: -9999px; position: absolute; top: 132px; cursor: pointer; }
.anythingSlider .forward                { position: absolute; top: 183px; left:420px;text-align: center; background: url(../images/arrow_left.jpg)  no-repeat ; height: 20px; width: 21px;)}
.anythingSlider .back                   { position: relative; top: 183px; left:-210px;text-align: center; background: url(../images/arrow_right.jpg)  no-repeat ; height: 20px; width: 21px;)}
.anythingSlider .forward:hover          { position: absolute; top: 183px; left:420px;text-align: center; background: url(../images/arrow_left_hover.jpg)  no-repeat ; height: 20px; width: 21px;)}
.anythingSlider .back:hover             { position: relative; top: 183px; left:-210px;text-align: center; background: url(../images/arrow_right_hover.jpg)  no-repeat ; height: 20px; width: 21px;)}

#thumbNav                               { position: absolute; top: 183px; left:50px; text-align: center; }
#thumbNav a                             { color: white; font: 11px/18px; Comic Sans MS, sans-serif; text-decoration:none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #ff9b00 ; 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; }
#thumbNav a.cur                         { background: #ce390f; }

#start-stop                             { background: #ff9b00; font: 11px/18px; Comic Sans MS, sans-serif; font-style:italic; text-decoration:none;  background-repeat: repeat-x; color: #ffffff; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 183px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: #ff9b00; }
#start-stop:hover                       { background-image: none; }

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