/*
    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: 830px;
	height: 230px;
	position: relative;
	margin: 0 auto;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;

}
.anythingSlider .sliderwrapper {
	font-family:Arial, Helvetica, sans-serif;
	width: 830px;
	overflow: auto;
	height: 230px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	background: #6f6742 ;
}
.anythingSlider .sliderwrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding:0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 910px;
	margin: 0;
}
.anythingSlider ul li img { float:left; }

.anythingSlider .cel {
width:500px;
margin-left:35px;
margin-top:110px;
font-family:Arial, Helvetica, sans-serif;
position:absolute;
}
.anythingSlider .celimg {
float:none; margin:0;}

.anythingSlider .cel p {color:#fff; text-align:justify;}

.anythingSlider .cel .btn { text-indent:-99999px;width:121px;height:25px;}

.anythingSlider .cel .btn a {
background: url(../img/slider/btn-up.png) no-repeat 0 0;
text-indent: -9999px;
text-decoration:none;
display:block;
height:25px;
}
.anythingSlider .cel .btn a:hover {
background: url(../img/slider/btn-over.png) no-repeat 0 0;
text-decoration:none;
}

.anythingSlider .cel h1{ font-family:"Times New Roman", Times, serif; /*font-family:"din2"; */ font-size:48px; color:#fff; font-weight:lighter; margin:0; padding:0; line-height:35px; 	text-transform: uppercase;
}
.anythingSlider .cel h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#fff;
font-weight:lighter;	margin:0;
	text-transform: uppercase;
}

.anythingSlider .cel h1, .anythingSlider .cel h2{
/*text-shadow: 2px 2px 2px #40668a;
*/}

.anythingSlider .arrow {
	display: block;
	height: 39px;
	width: 39px;
	background: url(../img/slider/slider-arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 115px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: -42px 0;
	right: -15px;
}
.anythingSlider .back {
	background-position: 1px 0;
	left: -15px;
}
.anythingSlider .forward:hover {
	background-position: -42px -41px;
}
.anythingSlider .back:hover {
	background-position: 1px -41px;
}






#thumbNav {
	position: relative;
	top: 270px;
	margin:0 4px 0 5px;
	height:60px;
	background:#40668a;
}
#thumbNav a {
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 24px 0 0 1px;
	height: 35px;
	margin: 0 ;
	text-align: center;
	width:150px;
	text-decoration:none;
	background:#40668a;
	border-left:1px solid #7D9CB9;
}
#thumbNav a:hover {
	background: #7d9cb9;
}
#thumbNav a.cur {
	background: #7d9cb9;
}
#thumbNav a span{ width:100%; border:1px solid #ccc;}







#start-stop {
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 330px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display:none;

}
#start-stop.playing {
	display:none;
	background-color: red;
}
#start-stop:hover {
	display:none;
	background-image: none;
}




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

