/*
    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                         { float: left; max-height: 432px; min-height: 432px; max-width: 729px; min-width: 729px; margin-left: 15px; margin-bottom: -5px; margin-right: 0px; margin-top: 0; z-index: 0; width: 729px; height: 432px; position: relative; }
.anythingSlider .wrapper                { border-color: #bac6d3; border-width: 0px; border-style: none; z-index: 0; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; width: 729px; overflow: auto; height: 432px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { z-index: 0; border-bottom-style: none; border-top-style: none; width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px; border-bottom: 3px; margin: 0; }
.anythingSlider ul li                   { z-index: 0; display: block; float: left; padding: 0; height: 432px; width: 729px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 100px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -25px; }
.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: 405px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #bac6d3 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; }
#thumbNav a.cur                         { background: #648794; }

#start-stop                             { visibility: hidden; font-size: 1%; z-index: 0; height: 0px; background: green -9999px 100px; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 0px; width: 0px; text-align: right; position: absolute; right: 75px; top: 1px; -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: red; }
#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; }
#slider_1       { background-image: url(../../images/main_slider/fisheye_crowd.png); height: 432px; width: 729px; }
#slider_2       { height: 432px; width: 729px; background-image: url(../../images/main_slider/wisdom_feature.png); }
#slider_3       { height: 432px; width: 729px; background-image: url(../../images/main_slider/count-me-in.jpg); }
#slider_4       { height: 432px; width: 729px; background-image: url(../../images/napa_inside_729x432.jpg); }
#slider_5       { height: 432px; width: 729px; background-image: url(../images/14-days-guide-verbal.jpg); }


.slider_title_bar       { background-repeat: repeat; height: 35px; width: 729px; background-image: url(../../images/1-px-70-bg.png); }
.slider_title_bar h1       { margin-left: 10px; padding-top: 10px; font-variant: normal; text-transform: none; font-family: sans-serif; font-size: 100%; color: white; text-align: left; }
.slider_title_bar a :hover       { text-decoration: none; color: #bac6d3; }
