@charset "utf-8";
#mail-slider {
	height: 318px;
	width: 900px;
	position: relative;
	z-index: -1;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
}

@charset "utf-8";
#slider1 {
	width: 900px; /* important to be same as image width */
	height: 318px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 900px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	font-size: 11px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
	width: 900px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 318px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
a {
	color: #FFF;
	text-decoration: none;
}
.sliderreadmore {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-left: 7px;
}
#main-slider-bg {
	background-image: url(../images/header-background/header.png);
	z-index: -998;
	position: relative;
	visibility: inherit;
}
