.anythingSlider {
	width: 576px;
	height: 402px;
	position: relative;
	margin: 3em 0;
}
.anythingSlider .wrapper {
	width: 496px;
	overflow: auto;
	height: 383px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
/* 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: 21px 0;
	height: 317px;
	width: 496px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.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: relative;
	top: 359px;
	text-align: center;
}
#thumbNav a {
	color: #000;
	display: inline-block;
	font-size: 0.857143em;
  line-height: 1.75em;
	padding: 0 6px;
	margin: 0 5px 0 0;
	background: #ddd;
	text-align: center;
	text-decoration: none;
}
#thumbNav a:hover {
	
}
#thumbNav a.cur {
	background: #a80000;
	color: #fff;
}
#start-stop {
	background: #006565;
	color: #fff;
	font-size: 0.857143em;
  line-height: 1.75em;
	padding: 0 6px;
	width: 64px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	right: 45px;
	top: 359px;
}
#start-stop.playing {
	background-color: #a80000;
}
#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;
}
