/*
    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/
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; border:1px solid red;}
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white; font: bold 30px/40px Helvetica, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide h1                           {padding: 20px;}
#textSlide img                          { margin-right: 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 40px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }




.anythingSlider                         { width: 944px; height: 309px; position: relative; margin: 22px auto 40px 15px!important; margin: 12px auto 40px 15px;}
.anythingSlider .wrapper                { width: 854px; overflow: auto; height: 277px; margin: 0 0 0 45px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 277px; width: 854px; margin: 0;}
.anythingSlider .arrow                  { display: block; height: 308px; width: 43px; background: url(../img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer;}
.anythingSlider .forward                { background-position: right top; right: 0px; }
.anythingSlider .back                   { background-position: left top; left: 0px; }
.anythingSlider .forward:hover          { background-position: right bottom;}
.anythingSlider .back:hover             { background-position: left bottom;}

#thumbNav                               {margin:0 auto; position: relative; top: 278px; text-align: center; background: url(../img/bottom_nav.gif) bottom center no-repeat; width: 854px; height: 30px;}
#thumbNav a                             { color: #fff; font: 11px verdana, Serif; display: inline-block; padding: 2px 8px; width: 44px; height: 18px; margin: 0 1px 0 0; background: url(../img/buttons.png) top left!important; background: url(../img/buttons.jpg) top left; 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                       { color:#DC460E; background: url(../img/buttons.png) top right no-repeat!important; background: url(../img/buttons.jpg) top right; }
#thumbNav a.cur                         { color:#DC460E; background: url(../img/buttons.png) top right no-repeat!important; background: url(../img/buttons.jpg) top right; }



#start-stop                             { background: url(../img/pause.png) no-repeat!important;background:none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/img/pause.png',sizingMethod='crop'); color: white; width: 24px; height: 20px; text-align: center; position: absolute; right: 52px; top: 283px; -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: url(../img/play.png) no-repeat!important;background:none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/img/play.png',sizingMethod='crop');  }
#start-stop:hover                       { }
#start-stop span {position: absolute; margin-left: -99999em; left: 0; border:1px solid red;}
/*
  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; }
