#sliderContent{
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color: #CCC;
	height: 320px;
	margin: 0 auto;
}
#video {
	width: 25px;
	margin: 0 auto;
	position: relative;
	bottom: 42px;
	left: 334px;
	text-align: center;
	color: white;
	padding: 5px; 
	font: 9px Helvetica, Sans-Serif; 
	letter-spacing: 1px;  
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8); 
   	}  	
.anythingSlider                         { border-width: 0px 1px 1px; border-style: solid; border-color: #111; width: 700px; height: 300px; position: relative; margin: 0 auto 10px; }
.anythingSlider .wrapper                { background-color: black; width: 700px; overflow: auto; height: 300px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; height: 300px; width: 700px;  }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -67px; }
.anythingSlider .back                   { background-position: -67px 0; left: -67px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 300px; text-align: center; font-size: 8px; }
#thumbNav a                             { font-family: Geneva, sans-serif; color: #b2b3b7; display: inline-block; padding: 1px 2px; margin: 1px 5px 0px 0px; 
										  background: #000; text-align: center; text-decoration: none; text-indent: -9999px; width: 20px; height: 3px; }
#thumbNav a:hover                       { background: #FFF;}
#thumbNav a.cur                         { background: #cb0c0c; height: 3px;}

#start-stop                             { background: #b0b0b0; 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; }
#start-stop.playing                     { background-color: #cb0c0c; }
#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; }