/*
    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: 950px; height: 243px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 950px; overflow: auto; height: 243px; margin: 0px; position: absolute; top: 0; left: 0;  }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 !important; height: 243px; width: 950px; margin: 0; background-color:#eee;}
.anythingSlider ul                      { padding:0px !important;}
.anythingSlider .arrow                  { display: none;  }
.anythingSlider .forward                { display: none;  }
.anythingSlider .back                   { display: none;  }
.anythingSlider .forward:hover          { display: none;  }
.anythingSlider .back:hover             { display: none;  }

#thumbNav                               { position: relative; top: 250px; text-align: right; margin-right:10px; }
#thumbNav a                             { color: #fff; font: 11px/18px Georgia, Serif; display: inline-block; 
                                          padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background-color: #000; 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: #333; }

#start-stop                             { display:none; }
#start-stop.playing                     { display:none; }
#start-stop:hover                       { display: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; }

#textSlide								{ width:440px; height:180px; position:absolute; z-index:88; margin:0; }
#textSlide h2                           { font:bold 28px 'Cabin', arial, serif; color:#000; margin:0px; padding:0px;}
#textSlide p                            { font:normal 18px Arial, Helvetica, sans-serif; color:#6b7073;}
#textBg									{ width:440px; height:150px; position:absolute; z-index:77; background-color:#ffffff; 
       									  -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; margin:20px 0 0 25px; padding-top:25px; padding-right:10px; padding-bottom:25px; padding-left:25px; }