
#slider2 {
    width: 982px; /* important to be same as image width */
    height: 269px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	z-index:1;
}

#slider2Content {
    width: 982px;
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
}

#slider1 {
    width: 302px; /* important to be same as image width */
    height: 238px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	z-index:1;
}

#slider1Content {
    width: 302px;
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}


.slider1ImageX span, .slider2ImageX span {
    position: absolute;
	font: 12px/18px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 227px;
    background-color: #000;
    color: #fff;
    display: none;
    background: url(../images/black-70.png) repeat 0 0 transparent;
}

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.topSL {
	top: 0;
	left: 0;
}
.bottomSL {
	bottom: 0;
    left: 0;
}
/*
.left {
	top: 0;
    left: 0;
	width: 75px !important;
	height: 243px;
}
.right {
	right: 0;
	bottom: 0;
	width: 75px !important;
	height: 235px;
}
*/

