#sl1 {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sl1C {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sl1I {
    float: left;
    position: relative;
	display: none;
}
.sl1I span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 0px 10px;
    width: 694px;
    background-color: #333; /* background text field */
    /* filter: alpha(opacity = 70); */
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff; /* color text in text field */
    display: none;
}
#sl1 img {
    border: 3px solid rgb(244,244,244);
}

.clear {
	clear: both;
}
.sl1I h4 {
    font-size: 14px;
    line-height:100%;
}

#sl1C span {
	width: 110px !important;
	height: 275px;
    right: 0px;
	bottom: 0px;
}
ul { list-style-type: none;}