﻿

.anythingSlider{ width:938px; height:236px; position: relative; margin: 0; padding:0; }
.anythingSlider .wrapper                {
	width:938px;
	overflow: hidden;
	height:236px;
	position: absolute;
	top:0px;
	left: 0;
 }
.anythingSlider .wrapper ul             {
	width: 32700px;
	list-style: none;
	position: absolute;
	top:-16px;
	left: 0px;
	margin: 0;
	padding: 0;
}
.anythingSlider ul li                   { display: block; float: left; width:938px; height:236px; margin: 0; text-align:center; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { display:none; }
.anythingSlider .back                   { display:none; }


#thumbNav                               { position:absolute; top:170px; right:15px;   padding:0; width:auto; background: inherit }
#thumbNav a                             { color: #1e1e1e; display: inline-block; height: 15px;  width:40px; padding: 8px 0px 10px 2px; background: #2fc3ee; text-align: center; font-size:15px; text-decoration:none;  font-weight:bold; z-index:100; margin-right:5px; }
#thumbNav a:hover                       { background: #2fc3ee ; color:#fff; }
#thumbNav a.cur                         { background: #0f0f0f; color:#fff; }

#start-stop                             { background: green; background-image: url(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                     { 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; }


.anythingSlider strong 					{ display:block; font-size:44px; letter-spacing:-1px; font-weight:600; color:#fff; text-align:left; line-height:50px;} 
.anythingSlider span 					{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:20px; color:#fff; text-align:left; } 
