#slider1 {
    width: 900px; /* important to be same as image width */
    height: 550px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
}
.slider1Image {
	froat:left;
    position: relative;
	display: none;
	width: 900px;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px ;
    width: 900px;
    background-color: #281a14;
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	behavior: url(../ie_css3/PIE.htc);
}
.clear {
	clear: both;
}
.slider1Image span.top{
    font-size: 14px;
}
.slider1Image span.bottom{
    font-size: 14px;
}
.slider1Image span.left{
    font-size: 14px;
}
.slider1Image span.right{
    font-size: 14px;
}
.slider1Image span strong{
	font-size:20px;
}
.top {
	top: 0;
	left: 0;
	width: 900px !important;
}
.bottom {
	bottom: 18px;
    left: 0;
	width: 900px !important;
	padding-top:20px;
}
.left {
	top: 0;
    left: 0;
	width: 130px !important;
	height: 530px;
}
.right {
	right: 45px;
	bottom: 0;
	width: 130px !important;
	height: 532px;
}
ul { 
	list-style-type: none;
}