.anythingFader{
	width: 440px;
	height: 280px;
	position: relative;
}
.anythingFader .wrapper{
	width: 440px;
	height: 280px;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingFader .wrapper ul{
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingFader ul li{
	display: block;
	float: left;
	padding: 0;
	width: 440px;
	height: 270px;
	position: relative;
	top: 0;
	left: 0;
}

.anythingFader .arrow{
	display: none;
	height: 36px;
	width: 19px;
	background: url(/template/images/arrows-slider.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 107px;
	cursor: pointer;
}
.anythingFader .forward{
	background-position: -31px 0;
	right: -50px;
}
.anythingFader .back{
	background-position: 0 0;
	left: -50px;
}
.anythingFader .forward:hover{
	background-position: -31px -50px;
}
.anythingFader .back:hover{
	background-position: 0 -50px;
}

#thumbNav{
	position: absolute;
	bottom: 20px;
	right: 5px;
	text-align: center;
	z-index: 2;
}
#thumbNav a{
	color: #000000;
	float: left;
	width: 12px;
	height: 12px;
	font-size: 15px;
	margin-left: 5px;
	text-decoration: none;
	background: #3d791f;     
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#thumbNav a.cur,
#thumbNav a:hover{
     color: #ffffff;
	background: #ffffff;
}

#start-stop{
	display: none;
	background: green;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
}
#start-stop .playing{
	background-color: red;
}
#start-stop:hover{
	background-image: none;
}

/*
  Prevents
*/
.anythingFader .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingFader .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }