#slider									{
	float:left;
	width:960px;
	height:239px;
	margin: 0px 0px 10px 0px;
	z-index:-5;
}

.anythingSlider                         { 
	width: 960px; 
	height: 190px; 
	position: relative; 
	margin: 0 auto 0px; 
}
.anythingSlider .wrapper                { 
	width: 960px; 
	overflow: auto; 
	height: 183px; 
	position: absolute; 
	top: 15px; 
	left: 0px; 
}
.anythingSlider .wrapper ul             { 
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0 !important; 
}
.anythingSlider ul li                   { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 317px; 
	width: 960px; 
	margin: 0; 
}
.anythingSlider .arrow                  { 
	display: none; 
	height: 200px; 
	width: 67px; 
	text-indent: -9999px; 
	position: absolute; 
	top: 65px; 
	cursor: pointer; 
}
.anythingSlider .forward                { 
	background: url(/upload_dir/design/unique/slider-right.png) no-repeat 0 0; right:-20px; 
}
.anythingSlider .back                    { 
	background: url(/upload_dir/design/unique/slider-left.png) no-repeat 0 0; left:-10px; 
}
#thumbNav                               { 
	background: url(/upload_dir/design/unique/slider-count-bg.png) repeat-x 0 0;
	position: relative; 
	top: 198px; 
	text-align: center;
	left:0px; 
	width: 960px;
	height: 41px;
	display:none;
}
.new-thumbs {
	display:block !important;
}
#thumbNav a                             { 
	height:41px;
	width:190px;
	display:block;
	float:left;
	line-height:26px;
	color:#414141;
	font-size:11px;
	text-indent:-9999px; 
}
	a.navLink1 {
		background: transparent url(/upload_dir/design/unique/1.png) no-repeat 0 0;
		width: 191px;
		margin: 0px 3px 0px 0px;
	}
		a.navLink1:hover,
		a.navLink1.cur {
			background: transparent url(/upload_dir/design/unique/1-cur.png) no-repeat 0 0;
			width: 191px;
		}	
	a.navLink2 {
		background: transparent url(/upload_dir/design/unique/2.png) no-repeat 0 0;
		width: 191px;
	}
		a.navLink2:hover,
		a.navLink2.cur {
			background: transparent url(/upload_dir/design/unique/2-cur.png) no-repeat 0 0;
			width: 191px;
		}	
	a.navLink3 {
		background: transparent url(/upload_dir/design/unique/3.png) no-repeat 0 0;
		width: 191px;
	}
		a.navLink3:hover,
		a.navLink3.cur {
			background: transparent url(/upload_dir/design/unique/3-cur.png) no-repeat 0 0;
			width: 191px;
		}	
	a.navLink4 {
		background: transparent url(/upload_dir/design/unique/4.png) no-repeat 0 0;
		width: 191px;
		margin: 0px 3px 0px 0px;
	}
		a.navLink4:hover,
		a.navLink4.cur {
			background: transparent url(/upload_dir/design/unique/4-cur.png) no-repeat 0 0;
			width: 191px;
		}	
	a.navLink5 {
		background: transparent url(/upload_dir/design/unique/5-cur.png) no-repeat 0 0;
		width: 191px;
		margin: 0px !important;
	}
	a.slideLink {
		margin: 0px !important;
	}
		a.navLink5:hover,
		a.navLink5.cur {
			background: transparent url(/upload_dir/design/unique/5.png) no-repeat 0 0;
			width: 191px;
		}	
	.slideNav {
		float: left;
	}
#thumbNav a#slideNav1:hover,
#thumbNav a#slideNav1 a.cur       { 
	background: url(/upload_dir/design/unique/1-cur.png) no-repeat 0 0;
	text-decoration:none; 
}

#start-stop                             { 
	display: block; 
}
#start-stop.playing                     { 
	display: block; 
}
#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; 
}