#slider1 {
	width: 587px; /* important to be same as image width */
	height: 154px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
 
#slider1Content {
   width: 587px; /* important to be same as image width or wider */
   position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 13px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px 13px 14px;
	width: 587px;
	background-color: #f3f5f9;
	filter: alpha(opacity=0.0);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0;
    color: #595959;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 154px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 134px;

}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
