#slider1 {
	margin:2px ;
    width: 940px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    position: absolute;
    width: 940px; /* important to be same as image width or wider */
	margin-left: -20px;
	top: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding:4px 0px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 340px;
	visibility:hidden;
}
.right {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 345px;
	visibility:hidden;
}
ul { list-style-type: none;}
