#slider1 {
    width: 748px; /* important to be same as image width */
    height: 324px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	top:-11px;
	left:-40px;
}
.slider1Image span {
    position: absolute;
	font: 13px verdana;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    color: #fff;
    display: none;
	line-height:20px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 22px;
}
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 324px;
}
.right {
	right: 10;
	bottom: 0;
	width: 200px !important;
	height: 310px;
}
slider1Image ul { list-style-type: none;} 