#slider1 {
	margin-top:45px;
    width: 940px; /* important to be same as image width */
    height: 240px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 940px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	/* display: none; */
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 213px;
}
.left1 {
	top: 0;
    left: 0;
	width: 360px !important;
	height: 20px;
	margin-top:30px;
}
.right {
	right: 0;
	bottom: 0;
	width: 480px !important;
	height: 20px;
	margin-bottom:30px;
}
ul { list-style-type: none;}
