/*
    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 #home-slider {
	position: relative;
	overflow: hidden;
	height: 356px;
}

.anythingSlider #events {
	position: relative;
	overflow: hidden;
	height: 356px;
}

.anythingSlider {
	width: 622px;
	height: 356px;
	/*position: relative;*/
	margin: 0 auto;
}

#latest-events .anythingSlider,
#latest-events .anythingSlider .wrapper { width: 580px; }

a.slide-link { display: block; position: relative; z-index: 1; }

.anythingSlider .wrapper {
	width: 622px;
	/*overflow: auto;*/
	height: 356px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.anythingSlider .wrapper ul {
	/*width: 99999px;*/
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0px;
}
.anythingSlider ul.anythingBase li {
	display: block;
	float: left;
	padding: 0;
	height: 356px;
	width: 622px;
	margin: 0;
	position: relative;

}
.anythingSlider ul li.videoList{
	background: url(../images/slide-frame.png) no-repeat left top;
}
.anythingSlider ul li .video {
	text-align: center;
	padding: 10px;
}
.anythingSlider .arrow {
	display: block;
	height: 32px;
	width: 32px;
	background: url(../images/arrows.png) no-repeat;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	text-indent: -9999px;
	position: absolute;
	top: 140px;
	cursor: pointer;
	display: none;
	z-index: 5;
}
.anythingSlider .forward {
	background-position: right top;
	right: 20px;
}
.anythingSlider .back {
	background-position: left top;
	left: 20px;
}
.anythingSlider .forward:hover {
	background-color: rgba(255,255,255,1);
}
.anythingSlider .back:hover {
	background-color: rgba(255,255,255,1);
}
#thumbNav {
	position: relative;
	top: 360px;
	margin: 0 auto;
}
#thumbNav a {
	text-indent: -999px;
	overflow: hidden;
	height: 18px;
	width: 18px;
	background: url(../images/green.gif) no-repeat left top;
	display: block;
	float: left;
	outline: 0px;
}
#thumbNav a:hover, #thumbNav a.cur {
	background: url(../images/gray.gif) no-repeat left top;
}
#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: 359px;
	-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 {
	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;
}
.scontrols {
}
.scontrols li {
	display: block;
	float: left;
}
#slideControl {
	margin: 0px auto 0 auto;
	padding: 0 0 0 75px;
}
.slidesCount {
	
	padding: 5px 75px 9px 0px;
	height: 18px;
}
.slide_desc {

	bottom: 0px;
	left: 0;
	width: 622px;
	position: absolute;
	
}
.trans-bg{
	background: #000;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	/*position: absolute;
	bottom: 0;
	height: 100px;*/
}
.desc_txt{
	padding: 15px;
	/*position: relative;
	top: 0;
	left: 0;*/
}
.header .desc_txt h3{
	color: #fff;
	font-size: 16px;
	margin: 0px 0 5px 0;
	padding: 0px;
}
.header .desc_txt p{
	color: #fff;
	margin: 0px;
	padding: 0px;
}
