/*  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: 635px;
	position: relative;
	margin-left: 7px;
	margin-top: 30px;
}
.anythingSlider .wrapper {
	width: 511px;
	overflow: auto;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 60px;
	float: left;
	margin-top: 0px;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: -1px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 301px;
	width: 511px;
	margin: 0px;
	padding: 0px;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -10px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: relative;
	top: 307px;
	text-align: center;
}
#thumbNav a {
	color: #000000;
	display: inline-block;
	height: 20px;
	text-align: center;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	font-family: Georgia, Serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	background-position: center;
	width: 10px;
	_width:15px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	_padding-left: 2px;
}
#thumbNav a:hover {
	background-image: url(../images/cellshade-hover.png);
	background-repeat: no-repeat;
}
#thumbNav a.cur {
	background-image: url(../images/cellshade-hover.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#start-stop {
	background-image: url(../images/start-bg.jpg);
	background-repeat: repeat-x;
	color: white;
	width: 69px;
	text-align: center;
	position: absolute;
	right: 57px;
	top: 307px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 21px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}
#start-stop.playing {
	background-color: red;
	background-image: url(../images/start-bg-2.jpg);
	text-decoration: none;
}
#start-stop:hover {
	background-image: url(../images/start-bg-2.jpg);
	background-repeat: no-repeat;
	text-decoration: 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;
}
