@charset "utf-8";
/* CSS Document */

.anythingSlider { width: 1000px; height: 450px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper { width: 924px; overflow: auto; height: 450px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #FFCC00; border-bottom: 3px solid #FFCC00; margin-left: -40px; }
.anythingSlider ul li { display: block; float: left; padding: 0; height: 450px; width: 924px; margin: 0; }

.anythingSlider .arrow { display: block; height: 200px; width: 45px; background: url(../images/rotator/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 140px; cursor: pointer; }
.anythingSlider .forward { background-position: 0 0; right: 5px; }
.anythingSlider .back { background-position: -45px 0; left: 5px; }
.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover { background-position: -45px -200px; }

#thumbNav { position: relative; top: 17px; text-align: right; margin-right:45px;}
#thumbNav a { color: black; font: 11px/18px; tahoma; display: inline; padding: 2px 10px; height: 18px; margin: 0 2px 0 0;  -moz-border-radius-bottomleft: 5px; background: #FFCC00; color:white;-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;}
#thumbNav a:hover {  background: #66CC00 url(../images/rotator/cellshade.png) repeat-x; text-align: center;color:yellow;}
#thumbNav a.cur { background: red url(../images/rotator/cellshade.png) repeat-x; text-align: center;}

#start-stop { background: green;  color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 40px; top: 432px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#start-stop.playing { background-color: red; }
#start-stop:hover { background-image: url(../images/rotator/cellshade.png); background-repeat: repeat-x; }

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