/*
    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: 984px;
	height: 418px;
	position: relative;
	margin: 0;
	background: url(../images/da-home-slider-nav-bg.jpg) no-repeat bottom left;
}
.anythingSlider .wrapper {
	width: 984px;
	overflow: auto;
	height: 410px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 410px;
	width: 984px;
	margin: 0;
}
.anythingSlider .arrow {
	display: none;
	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: -20px;
}
.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: 		380px;
	height:		27px;
	background: url(../images/da-home-slider-nav-bg.jpg) no-repeat top right;
	float: right;
	padding: 	0 60px 0 0;
}
#thumbNav a {
	color: #999999;
	font-size: 14px;
	display: inline-block;
	padding: 2px 8px;
	height: 15px;
	margin: 0 5px 0 0;
	padding-top: 	8px;
	text-align: center;
	text-decoration: 	none;
}
#thumbNav a:hover {
	color:		#fff;
}
#thumbNav a.cur {
	color:		#fff;
}
#start-stop {
	color: #999999;
	text-decoration: none;
	padding: 2px 5px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 386px;

}
#start-stop:hover {
	color: 		#fff;
}
.slide-copy {
	position: 	relative;
	float:		right;
	width:		327px;
	height: 	380px;
	background:url(../images/da-home-slider-copy-bg.png) repeat-x top left;
}
.slide-copy h2 {
	color: 		#ffffff;
	margin:		20px 10px 10px 15px;
	font-size: 	22px;
}
.slide-copy p {
	color: 		#ccc;
	padding: 	0 15px 10px 15px;
}
.wrapper ul li img {
	float: 		left;
}
.img-caption {
	color: 			#fff;
	float: 			left;
	margin: 		-9px 0 0 20px;
	padding:		16px 0 0 0;
	position: 		relative;
	background: 	url(../images/da-home-slider-nav-decal.png) no-repeat 40px top;
}
/*
  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;
}
