/*
    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: 750px;
	height: 380px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: left;
}
.anythingSlider .sliderwrapper {
	width: 700px;
	overflow: auto;
	height: 400px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#wrapper .anythingSlider .sliderwrapper ul li p {
	padding-bottom: 5px;
	padding-top: 5px;
}
.anythingSlider .sliderwrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 380px;
	width: 560px;
	padding-right: 95px;
	padding-left: 75px;
}
.anythingSlider h2 {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.anythingSlider h3 {
	padding-bottom: 20px;
}
.anythingSlider p {
	padding-bottom: 10px;
}
.anythingSlider  a:hover {
	text-decoration: underline;
}
.anythingSlider .arrow {
	display: block;
	height: 105px;
	width: 35px;
	background: url(../images/slideshow/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 75px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -10px;
}
.anythingSlider .back {
	background-position: -35px 0;
	left: -10px;
}
.anythingSlider .forward:hover { background-position: 0 -105px; }
.anythingSlider .back:hover { background-position: -35px -105px; }
.anythingSlider a, .anythingSlider a img { border: 0; text-decoration: none; outline: 0; }
.anythingSlider * { margin: 0; padding: 0; }

#thumbNav {
	position: relative;
	text-align: center;
	top: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#thumbNav a {
	color: #FFF;
	font: 11px;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	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;
	background-color: #999;
	background-image: url(../images/slideshow/cellshade.png);
	background-repeat: repeat-x;
}
#thumbNav a:hover { background-image: none; }
#thumbNav a.cur {
	background-color: #000;
}

.imageBox {	float: left;
	padding-right: 50px;
	padding-bottom: 50px;
}

#start-stop {
	background: #ff7900;
	background-image: url(../images/slideshow/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	font: 11px;
	padding: 2px 8px;
	width: 150px;
	height:18px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	font-size:11px;
	display: none;
}
#start-stop.playing { background-color: #ff7900; }
#start-stop:hover { background-image: none; }

/*
  Prevents
*/
.anythingSlider .sliderwrapper ul ul {
	position: static;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
	margin: 0;
}
.anythingSlider .sliderwrapper ul ul li { float: none; height: auto; width: auto; background: none; }
