.anythingSlider                         { width: 640px; height: 260px; position: relative; margin:10px;}
	.anythingSlider .wrapper .info      {position:relative}
		.anythingSlider .wrapper .info span      {display:block;position:absolute;bottom:35px;left:15px;font-size:18px;color:#FFF;z-index:100;}
.anythingSlider .wrapper                { width: 640px; overflow: auto; height: 241px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 260px; width: 640px; margin: 0; }
	.anythingSlider ul li div 			{ margin-left:-40px; /margin-left:0;}
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px;display: none; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px;display: none; }
.anythingSlider .forward:hover          { background-position: 0 -200px; display: none;}
.anythingSlider .back:hover             { background-position: -67px -200px; display: none;}

#thumbNav                               { position: relative; top: 191px; text-align: right; /*background:#000;opacity:0.7; */height:50px;}
#thumbNav a                             { color: #343131; font: Georgia, Serif; font-size:10px;display: none; padding: 0px; height: 15px;width:15px; margin: 18px 10px 0 0; /*background: #343131;*/ text-align: center;/*opacity:1;*/}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { /*background: #343131; border:1px solid #896A4C*/}

#start-stop                             { display:none; background: green; background-image: url(../images/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; }
#start-stop.playing                     { display:none; background-color: red; }
#start-stop:hover                       { display:none; 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; }
