/*
    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: 750px; height: 120px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper_slide                { width: 660px; overflow: auto; height: 150px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper_slide ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0;padding:0 }
.anythingSlider ul li                   { display: block; float: left; padding-left: 20px; height: 117px; width: 310px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 40px; width: 30px;  text-indent: -9999px; position: absolute; top: 48px; cursor: pointer; }

.anythingSlider .forward {
    background: url("../data/images/arrows.png") no-repeat scroll left top transparent;
    right: 20px;
}
.anythingSlider .back {
    background: url("../data/images/arrowl.png") no-repeat scroll left top transparent;
    left: 20px;
}
.anythingSlider .forward:hover          { /*background-position: 0 -200px; */}
.anythingSlider .back:hover             { /*background-position: 0px 20px; */}

#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; }



/*
  Prevents
*/
.anythingSlider .wrapper_slide ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper_slide ul ul li       { float: none; height: auto; width: auto; background: none; }