.anythingSlider                         { width: 790px; height: 200px; position: relative; margin: 0 auto 15px; background: #fff url(/images/home_3/top_adbg.jpg) top left no-repeat;}
.anythingSlider .wrapper                { width: 786px; overflow: auto; height: 198px; margin: 0; position: absolute; top: 32px; left: 0; border: 1px solid #d8d8d8; border-top: none; }


.anythingSlider *
{
	margin: 0; 
	padding: 0; 
}

.anythingSlider a, .anythingSlider a img
{
	border: 0; 
	text-decoration: none; 
	outline: 0; 
}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 198px; width: 786px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(/images/home_3/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; display: none; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: absolute; top: 0; text-align: center; width:100%}
#thumbNav a                             { color: #c8c8c8; font: 0px Georgia, Serif; display: inline-block; padding: 0 2px; height: 32px; line-height: 32px; margin: 0 ;  text-align: center; width: 7px; background: transparent url(/images/home_3/dot.gif) center center no-repeat}
#thumbNav a.cur,#thumbNav a:hover       { color: #858585; background: transparent url(/images/home_3/curr_dot.gif) center center no-repeat; }

#start-stop                             { background: green; background-image: url(/images/home_3/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; display: none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none;}

/*
  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; }
