.anythingSlider
{
	height: 320px;
	position: relative;
	width: 778px;
}
.anythingSlider .wrapper
{
	height: 320px;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 778px;
}
.anythingSlider .wrapper ul
{
	left: -40px;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	width: 99999px;
}
.anythingSlider ul li
{
	display: block;
	float: left;
	height: 317px;
	margin: 0;
	padding: 0;
	width: 778px;
}
#thumbNav
{
	position: relative;
	text-align: center;
	top: 323px;
	visibility: hidden;
}
#thumbNav a
{
	background: #fff repeat-x;
	color: black;
	display: inline-block;
	height: 18px;
	margin: 0 5px 0 0;
	moz-border-radius-bottomleft: 5px;
	moz-border-radius-bottomright: 5px;
	padding: 2px 8px;
	text-align: center;
	webkit-border-bottom-left-radius: 5px;
	webkit-border-bottom-right-radius: 5px;
}
#thumbNav a:hover
{
	background-image: none;
}
#thumbNav a.cur
{
	background: #ddd;
}
.anythingSlider .wrapper ul ul
{
	background: none;
	border: 0;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.anythingSlider .wrapper ul ul li
{
	background: none;
	float: none;
	height: auto;
	width: auto;
}