#slider1 {
    width: 770px; /* important to be same as image width */
    height: 245px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

img { border:0px; }

#slider1Content {
    width: 770px; /* important to be same as image width or wider */
    height:245px;


}
.slider1Image {

    position: relative;
	display: none;

}
.slider1Image span {
    position: absolute;

    background-color: #87a047;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    display: none;
}
.clear {
	clear: both;
}

.left {
	top: 0;
    left: 0;
	width: 246px !important;
	height: 245px;
}
.right {
	right: 0;
	bottom: 0;
	width: 246px !important;
	height: 248px;
}
