/*
    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: 920px;
	height: 335px;
	position: relative;
	margin: 0 auto;
	border:1px solid #ccc;
	margin:0 0 20px;
	font-family:Arial, Helvetica, sans-serif;

}
.anythingSlider .sliderwrapper {
	font-family:Arial, Helvetica, sans-serif;
	width: 910px;
	overflow: auto;
	height: 265px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: #7D9CB9 url(../img/slider/slider-background.jpg) 0 0 no-repeat;
}
.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:right;
margin-right:0px;
margin-top:15px;
}
.anythingSlider .cel {
width:500px;
margin-left:40px;
margin-top:35px;
font-family:Arial, Helvetica, sans-serif;
}
.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:"hel"; font-size:32px; color:#fff; font-weight:normal; margin:0; padding:0;}
.anythingSlider .cel h2{ font-family: Arial, Helvetica, sans-serif; font-size:24px; color:#b6d2eb; font-weight:normal; margin:0;}

.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 5px;
	height:60px;
	background:#40668a;
}
#thumbNav a {
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 25px 0 0 1px;
	height: 35px;
	margin: 0 ;
	text-align: center;
	width:149px;
	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;
}
