#gallery     {
	float: left;
	height: 470px;
	width: 870px;
}


.anythingSlider                         {
	width: 870px;
	height: 470px;
	float: left;
	position: relative;
	z-index: 10;
}
.anythingSlider .wrapper                {
	width: 870px;
	overflow: auto;
	height: 470px;
	position: relative;
}
.anythingSlider .wrapper ul             {
	width: 27000px;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 470px;
	width: 870px;
	margin: 0;
}
.anythingSlider .arrow                  {
	display: block;
	height: 460px;
	width: 870px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 200;
	line-height: 17px;
	background-color: #FFFFFF;
	left: 0px;
}
.anythingSlider .forward                {
	background-position: right top;
	height: 50px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	top: 215px;
	left: 885px;
	background-image: url(../images/arrows.jpg);
}
.anythingSlider .back                   {
	background-position: left top;
	left: -45px;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 30px;
	top: 215px;
	background-image: url(../images/arrows.jpg);
	background-repeat: no-repeat;
}
.anythingSlider .forward:hover          {
	background-position: right bottom;
}
.anythingSlider .back:hover             {
	background-position: left bottom;
}

#thumbNav                               {
	position: absolute;
	top: 440px;
	z-index: 300;
	left: 57px;
}
#thumbNav a                             {
	color: #0087b4;
	display: inline-block;
	height: 18px;
	text-align: center;
	font-size: 10px;
	line-height: 17px;
	width: 18px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #0087b4;
	z-index: 300;
	text-decoration: none;
}
#thumbNav a:hover                       {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#thumbNav a.cur                         {
	background-color: #004A63;
	color: #004A63;
}

#start-stop                             {
	color: white;
	width: 40px;
	text-align: center;
	position: absolute;
	top: 440px;
	font-size: 10px;
	line-height: 17px;
	height: 18px;
	text-decoration: none;
	background-color: #0087b4;
	z-index: 300;
	left: 15px;
}
#start-stop.playing                     {
	background-color: #004A63;
	text-decoration: none;
	color: #FFFFFF;
}
#start-stop:hover                       {
	text-decoration: none;
	color: #0087b4;
	background-color: #FFFFFF;
}

/*
  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; }
