/*
    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: 644px; height: 447px; position: relative; margin: 0 auto 0px; padding: 0; }
.anythingSlider .wrapper                { width: 644px; overflow: hidden; height: 447px; margin: 0 0px; padding: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 62700px; list-style: none; position: absolute; padding: 0; top: 0; left: 0; /*  border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;  */ margin: 0; }
@media all and (min-width: 0px) {
    .anythingSlider .wrapper ul{width: 32700px;} /* Width below is max for Opera */
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 447px; width: 644px!important; margin: 0; padding: 0; }

.anythingSlider .arrow                  { display: block; border: 0px red solid; height: 13px; width: 36px; position: absolute; bottom: 28px; right: 7px; }
.anythingSlider .forward                { background: url(../images/core/arrow-right.jpg); cursor: pointer; border-left: 1px black solid; }
.anythingSlider .back                   { background: url(../images/core/arrow-left.jpg); cursor: pointer; right: 54px; border-right: 1px black solid; }

#thumbNav                               { position: relative; top: 223px; text-align: center; display:none;}
#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_slider/cellshade.png) repeat-x; text-align: center;}
#thumbNav a:hover                       { background-image: url(../images_slider/cellshade_act.gif); background-repeat: repeat-x; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: ffffff; background-image: url(../images_slider/cellshade.gif); background-repeat: repeat-x; 
										 color: #930f1c; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; 
										 padding: 2px 0px 3px 0px; width: 51px; text-align: center; position: absolute; right: 31px; top: 409px;}
#start-stop.playing                     { background-color:#930f1c; }
#start-stop:hover                       { background-image: url(../images_slider/cellshade_act.gif); background-repeat: repeat-x;/*  background-image: none;  */ color:#ffffff; }

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


