#slidecaption {
	position: absolute;
	min-height:200px;
	left:450px!important;
	top:180px;
	margin-top:450px;
}
#slidecaption span {
color:#FF0000;
}
#slidecaption h1 {
	font-size: 80px;
    text-shadow: 1px 1px #505050;
	text-transform:uppercase;
	margin-bottom:30px;
	color: #FFFFFF !important;
	line-height:110%;
}
#slidecaption h4 {
	color: #FFFFFF;
	font-size:20px;
	padding:10px 0px;
	text-transform:uppercase;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
}

#bgPattern {
	background-image: url(../images/bg_pattern.png);
	width:100%;
	height:100%;
	z-index:-1;
	background-repeat:repeat;
	position:fixed;
}
#bgOverlay {
	width:100%;
	height:100%;
	z-index:-0;
	background-repeat:repeat;
	position:fixed;
	background-color:#000;
	opacity:-2;
	display:none;
}
#prevslide, #nextslide, #play-button {
	background-color:#FFFFFF;
	text-align:center;
	-moz-border-radius: 35px;
	border-radius: 35px;
	width:40px;
	height:40px;
	float:left;
	line-height:46px;
}
#prevslide img {
	padding-right:3px;
}
#nextslide img {
	padding-left:3px;
}
ul#slide-list {
	padding:15px 0;
	z-index:9999;
	margin:0px auto !important;
}
ul#slide-list li {
	list-style:none;
	width:40px;
	height:20px;
	float:left;
	margin:0 5px 0 0;
}

ul#slide-list li a {
	display:block;
	width:40px;
	height:7px;
	background-color:#eee;
}

ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	width:40px;
	height:7px;
	background-color:#FF0000;
}

ul#slide-list li a:hover {
	background-color:#FF0000;
	cursor:pointer;
}
