/* 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:970px;
	height:310px;
	position:relative;
	top:0;
}
.anythingSlider .wrapper {
	width:970px;
	overflow:auto;
	height:310px;
	margin:0;
	position:absolute;
	top:0px;
	left:0;
	overflow:hidden;
}
.anythingSlider .wrapper ul {
	width:9999px;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	margin:0;
}
.anythingSlider ul li {
	display:block;
	float:left;
	padding:0;
	height:310px;
	width:970px;
	margin:0;
	position:relative;
}
.anythingSlider .arrow {
	display:block;
	height:46px;
	width:50px;
	background:url(images/arrow.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:125px;
	cursor:pointer;
	z-index:100;
}
.anythingSlider .forward {
	background-position:0 0;
	right:0;
}
.anythingSlider .back {
	background-position:-50px 0;
	left:0;
}
.anythingSlider .forward:hover {
	background-position:0 -46px;
}
.anythingSlider .back:hover {
	background-position:-50px -46px;
}
.anythingSlider .sliderContent {
	position:absolute;
	top:70px;
	margin-left:50px;
	width:340px;
	overflow:visible;
	background:url(images/slider-bg.png) 0 0 repeat;
	padding:10px 15px 0 15px;
	z-index:300;
}
.anythingSlider .sliderContent p {
	color:#333;
	font-size:16px;
	line-height:22px;
	padding:0;
	margin:0;
	font-weight:100;
	z-index:301;
}
.anythingSlider img {
	float:right;
}
#thumbNav {
	display:none;
	position:relative;
	top:200px;
	text-align:center;
}
#thumbNav a {
	color:black;
	font:11px/18px Arial,Helvetica,sans-serif;
	display:inline-block;
	padding:2px 8px;
	height:18px;
	margin:0 5px 0 0;
	background-color:#E15A00;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
#thumbNav a:hover {
	background-image:none;
}
#thumbNav a.cur {
	background:#fff;
	color:#333;
}
#start-stop {
	display:none;
}
#start-stop.playing {
	background-color:red;
}
#start-stop:hover {
	background-image: 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;
}
#image_holder {
	width:970px;
	height:310px;
	text-align:left;
	position:relative;
	margin:15px 0;
}
#image_holder .image_border {
	position:absolute;
	top:0;
	left:0;
	background:url(images/bg/image_holder.png) no-repeat center center;
	width:970px;
	height:310px;
	z-index: 1;
}
