/*
    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                         { width: 780px; height: 210px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 780px; overflow: auto; height: 210px; margin: 0px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; background-color:#ffffff; left: 0; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 210px; width: 780px; margin: 0; }


#thumbNav                               { position: relative; top: 175px; text-align: right; padding:0px 15px 0px 0px; margin:0px; }
#thumbNav a                             { color: black; font-family:Arial, Helvetica, sans-serif; font-size:10px; display: inline-block; padding:2px 0px 0px 0px; height: 16px; width:16px; margin:3px; background: url(../images/slider_1.png); background-repeat:no-repeat; 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; text-decoration:none; }
#thumbNav a:hover                       { background:url(../images/slider_2.png); background-repeat:no-repeat; }
#thumbNav a.cur                         { background:url(../images/slider_2.png); background-repeat:no-repeat; color:#FFFFFF; }

