.slider {
	margin: 0 auto;
	width: 100%;
	height: 376px;
	padding-top: 24px;
	
}
#slider1 {
    width: 950px; /* important to be same as image width */
    height: 336px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color: #fff;
}

#slider1Content {
    width: 950px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
    padding: 10px 23px 15px 23px;
    width: 910px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span a {
	float: left;
}
.slider1Image span strong {
    font-size: 21px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	width: 250px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 654px;
	width: 250px !important;
	height: 311px;
}
.right {
	right: 0;
	bottom: 0;
	width: 210px !important;
	height: 294px;
}
ul { list-style-type: none; margin:0px; padding:0px;}
li {
	margin: 0px;
	padding: 0px;
}


