.anythingSlider {
	width: 900px;
	height: 217px;
	position: relative;
	margin:0 auto;
}
.anythingSlider .wrapper {
	width: 900px;
	overflow: auto;
	height: 217px;
	margin: 0;
	position: absolute;
	top: 2px;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	position:relative;
	float: left;
	padding: 0;
	height: 215px;
	margin: 0;
	padding:0;
	width:898px;
	border:1px solid #c1e5fb;
}
.anythingSlider .arrow {
	display: block;
	background:#DBF2FB;
	border:1px solid #A5D9ED;
	cursor: pointer;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 2px 0;
	text-align:center;
}
.anythingSlider .arrow:hover{
	background:#fdd302;
	text-decoration:none;
	color:#fff;
	border:1px solid #e9b730;
	}
.anythingSlider .back {
	position:absolute;
	right:90px;
	bottom:10px;
	width:28px;
}
.anythingSlider .forward {
	position:absolute;
	right:55px;
	bottom:10px;
	width:28px;
}
.anythingSlider .back:hover {
}
.anythingSlider .forward:hover {
}
#thumbNav {
	position: absolute;
	top:15px;
	left:0;
}
#thumbNav a {
	display: inline-block;
	padding: 0px 7px;
	margin: 0 5px 0 0;
	text-align: center;
	border:1px solid #A5D9ED;
	font-size:12px;
}
#thumbNav a:hover {
}
#thumbNav a.cur {
	color:#FFFFFF;
	background: #A5D9ED;
}
#start-stop {
	font-family:Verdana, Geneva, sans-serif;
	background:#DBF2FB;
	border:1px solid #A5D9ED;
	bottom:10px;
	font-size:12px;
	position:absolute;
	right:20px;
	text-align:center;
	width:28px;
	padding:0 0 2px 0;
}
#start-stop:hover{
	background:#fdd302;
	text-decoration:none;
	color:#fff;
	border:1px solid #e9b730;
	}
#start-stop.playing {
}
#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;
}
