/*
    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: 920px;
	height: 360px;
	position: absolute;
	margin: 0 auto;
	display: inline;
	padding: 20px;
	background-color: #fff;
	top:189px;
	
}

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

.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 920px;
	margin: 0;
}

.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/slider/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 85px;
	cursor: pointer;
}

.anythingSlider .forward {
	background-position: 0 0;
	right: -10px;
}

.anythingSlider .back {
	background-position: -67px 0;
	left: -10px;
}

.anythingSlider .forward:hover {
	background-position: 0 -200px;
}

.anythingSlider .back:hover {
	background-position: -67px -200px;
}

#thumbNav {
	position: relative;
	top: 341px;
	margin-left: 20px;
}

#thumbNav a {
	color: #fff;
	font: 1em/1em Tahoma, sans-serif;
	display: inline-block;
	padding: 4px 10px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #ff8453 url(../images/slider/cellshade.png) repeat-x;
	text-align: center;
	text-decoration: none;
}

#thumbNav a:hover {
	background-image: none;
}

#thumbNav a.cur {
	background: #ff9971;
}

#start-stop {
	color: #aaa;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 368px;
	text-decoration: 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;
}
