#slider1 {
	width: 100%; /* important to be same as image width */
	height: 100%; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	left: 0px;
	top: 0px;
	z-index: -3;
}

#slider1Content {
	width: 100%; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0;
	height: 100%;
	z-index: 1;
	left: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;

}
.slider1Image span {
    position: absolute;
	font: 12px/15px Arial;
    padding: 20px 20px;
	text-align:justify;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.right {
	right: 10px;
	bottom: 0;
	width: 20% !important;
	height: 90%;
	font-family: "tahoma";
	font-size: 14px;
	color: #fff;
	line-height: 3px;
	padding: 20px;
	z-index:1;
}
.left {
	top: 0;
    left: 0;
	width: 20% !important;
	height: 100%;
	font-family: "tahoma";
	font-size: 14px;
	color: #fff;
	line-height: 3px;
	padding: 20px;
	z-index:1;
}
ul { list-style-type: none;}
