#slider1 {
	width: 960px; /* important to be same as image width */
	height: 320px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	z-index: 5;
}

#slider1Content {
	width: 960px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	width: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: 1;
	-khtml-opacity: 0.7;
	opacity: 1;
	color: #000000;
	display: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	height: 0px;
	background-attachment: scroll;
	background-image: url(assets/images/sliderbkg.png);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	margin-top: 20px;
	color: #990000;


}

.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 320px;
}
span.bottom {
	right: 0px;
	bottom: 0;
	width: 210px !important;
	height: 150px;
	padding-top: 20px;
	display: none;
	left: 0px;
	top: 170px;
	padding-right: 0px;
}
ul { list-style-type: none;}
#slider1 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

