.anythingSlider {
	position: relative;
}
.anythingSlider .wrapper {
	width: 606px;
	overflow: auto;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider ul li {
	background: #FFFFFF url(/images/slideshowBG.jpg) no-repeat scroll center bottom;
	display: block;
	float: left;
	padding: 0;
	height: 329px;
	width: 606px;
	margin: 0;
}
.anythingSlider ul li div {
	margin: 0 auto;
	width: 432px;
}
.anythingSlider .arrow {
	display: none;
}
.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 {
	margin-left:87px;
    position:relative;
    text-align:left;
    top:325px;
    width:433px;
}
#thumbNav a {
	color: #000;
	font-size: 10px;;
	display: inline-block;
	padding: 7px 8px 0px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #E4E4E4;
}
#start-stop {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background-color:#AAAAAA;
	color:white;
	padding:5px 8px;
	position:relative;
	right:-501px;
	text-align:center;
	text-decoration:none;
	top:305px;
	width:7px;
}
#start-stop.playing {
	background-color: #dedede;
}
#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;
}

