/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider {
	width:694px;
	height:20px;
	position:relative;
	float:left;
}

.anythingSlider .wrapper {
	width:694px;
	overflow:auto;
	height:20px;
	position:absolute;
	top:0;
	left:0;
}

.anythingSlider .wrapper ul {
	width:9999px;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	padding:0px;
}

.anythingSlider ul li {
	display:block;
	float:left;
	padding:0;
	height:20px;
	width:694px;
	margin:0;
	text-align:left;
}

.anythingSlider ul li a{
	display:block;
	float:left;
	padding:0;
	height:20px;
	line-height:21px;
	width:694px;
	margin:0;
	text-align:left;
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}

.anythingSlider ul li a:visited{
	display:block;
	float:left;
	padding:0;
	height:20px;
	line-height:20px;
	width:694px;
	margin:0;
	text-align:left;
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}

.anythingSlider .arrow {
	display:block;
	height:43px;
	width:36px;
	text-indent:-9999px;
	position:absolute;
	z-index: 9999;
	top:113px;
	cursor:pointer;
	filter:alpha(opacity=30);
	opacity:0.3;
	-moz-opacity: 0.3;
	
}

.anythingSlider .forward {
	background: url(/images/home/btn_next.png) no-repeat;
	right:0px;
}

.anythingSlider .back {
	background: url(/images/home/btn_prev.png) no-repeat;
	left:0px;
}

.anythingSlider .forward:hover {
	
}

.anythingSlider .back:hover {
	
}

#thumbNav {
	display: none;
}

#thumbNav a {
	
}

#thumbNav a:hover {

}

#thumbNav a.cur {

}

#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;
}