#slider1 {
    width: 700px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 10px 10px;
}

#slider1Content {
    width: 700px; /* important to be same as image width or nutror */
    position: absolute;
	top: 4px;
	margin: 0;
	background: #111;
}
.slider1Image {
	width: 600px;
	margin: 0 auto;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 4px 30px;
    width: 700px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
	text-align: center;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 18px;
}
.top {
	top: 0;
    left: 0;
	height: 20px;
}
.bottom {
	bottom: 0;
	right: 0;
	height: 20px;
}
.left {
	top: 50%;
    left: 0;
	width: 200px !important;
	height: 20px;

}
.right {
	right: 0;
	bottom: 50%;
	width: 200px !important;
	height: 20px;
}
ul { list-style-type: none;}

