 

#slider2 {
    width: 985px; /* important to be same as image width */
    height: 266px; /* important to be same as image height */
	position:relative;
	overflow: hidden; /* important */
	margin-left:7px;
 
}

#slider2Content {
    width: 9805px;
    position:absolute;

}
.slider2Image {
    float: left;
    position: relative;
	display: none;
}
 

.slider2Image span {
    position: absolute;
	font: 16px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 980px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider2Image span strong {
    font-size: 20px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height:255px;
}
