.anythingSlider {
	width: 415px;
	height: 287px;
	position: relative;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
}
.anythingSlider .wrapper {
	width: 375px;
	overflow: auto;
	height: 244px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	border: 3px solid #33425A;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 244px;
	width: 375px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 27px;
	width: 27px;
	text-indent: -9999px;
	position: absolute;
	top: 115px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.anythingSlider .forward {
	background-position: left top;
	background-image: url(../imgs/arr-right_trans.png);
	right: 25px;
}
.anythingSlider .back {
	background-position: left top;
	background-image: url(../imgs/arr-left_trans.png);
	left: 10px;
}
#thumbNav {
	position: relative;
	top: 220px;
	z-index: 1000;
	left: 340px;
}
#thumbNav a {
	display: inline-block;
	height: 12px;
	background-image: url(../imgs/bullet_yellow.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 0px;
	line-height: 12px;
	color: #FFFFFF;
}
#thumbNav a:hover {
	background-image: url(../imgs/bullet_green.png);
	color: #FFFFFF;
}
#thumbNav a.cur {
	background-image: url(../imgs/bullet_white.png);
}
#start-stop {
	display: none;
}
#start-stop.playing {
}
#start-stop:hover {
}
/*
  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;
}
