/* @override 
	http://localhost:8888/css/slider.css
	http://localhost:8888/style/slider.css
*/

/*
    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: 835px;
	height: 555px;
	position: relative;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

.anythingSlider .wrapper {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 555px;
	width: 834px;
	border: 2px solid #c0c0c0;
}

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

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 555px;
	width: 835px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.anythingSlider ul li img {
}

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

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

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

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

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

#thumbNav {
	position: relative;
	top: 555px;
	text-align: center;
	display: none;
}

#thumbNav a {
	color: black;
	font: 11px/18px;
	Georgia, Serif; display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../images/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}

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

#thumbNav a.cur {
	background: #e0a213;
	display: none;
}

#start-stop {
	background-color: #7b2d00;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(123, 45, 0)), to(rgb(100, 37, 0)));
	color: white;
	width: 100px;
	text-align: center;
	position: absolute;
	text-decoration: none;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	top: 559px;
	-moz-outline: none;
	left: 708px;
		-webkit-box-shadow: 0px 3px 5px #999999;
		border: 1px solid #c0c0c0;
	border-bottom-width: 2px;
	padding: 6px 5px;
}

#start-stop:hover {
	cursor: pointer;
	background-color: #642500;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(100, 37, 0)), to(rgb(123, 45, 0)));
}

/*
  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;
}