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

.headerwrap 				{ width: 929px; height: 234px; position: relative; margin: 0 auto;}
.anythingSlider                         { width: 541px; height: 234px; position: relative; float: left; background: url(../images/sliderbg.png) #afafaf repeat-x;}
.anythingSlider .wrapper                { width: 541px; height: 234px;; overflow: auto; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 541px; margin: 0; }
.anythingSlider .arrow                  { z-index: 9; display: block; bottom: 30px; width: 32px; height: 29px; text-indent: -9999px; position: absolute; cursor: pointer;}
.anythingSlider .forward                { right: -390px; top: 180px; background-image: url(../images/arrowright.png);}
.anythingSlider .back                   { right: -340px; top: 180px; background-image: url(../images/arrowleft.png);}
.anythingSlider .forward:hover          { background-image: url(../images/arrowrightover.png);}
.anythingSlider .back:hover             { background-image: url(../images/arrowleftover.png);}

.sliderText 							{ left: 541px; height: 204px; background: url(../images/slider_bg.png) #afafaf repeat-x; position: absolute; width: 380px; padding: 15px; float: right;}
.sliderText h2 							{color: #FFF; font-size: 22px;}
.sliderText p 							{color: #56004E; font-size: 14px; line-height:120%;}

#thumbNav                               { position: relative; top: 323px; 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: #c58b04 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: #e0a213; }

.playing 								{text-indent: -9999px; position: absolute;}

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















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

