#slider {
    width: 410px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider2 {
    width: 662px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent, #slider2Content {  width: 662px;    position: absolute;	top: 0;	margin-left: 0;}

#slider1{
    width: 930px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background:#ccc;
} 
#slider1Content{width: 930px; position: absolute;top: 0;margin-left: 0;}

.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Palatino Linotype;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.slider1Image span {
    position: absolute;
	font: bold 12px/14px Palatino Linotype;
	line-height:20px;
    padding: 10px 10px;
    width: 634px;
    filter: alpha(opacity=0);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #ffffff;
    display: none;
}
.slider2Image span {
    position: absolute;
	font: bold 12px/14px Palatino Linotype;
	line-height:20px;
    padding: 10px 10px;
    width: 634px;
    background-color: #455560;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #ffffff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px; text-transform:uppercase
}
.top {
	top: 0;
	left: 0;
	width:100%;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 200px;
	vertical-align:middle;
}
.left-big {
	top: 0;
    left: 0;
	width: 180px !important;
	height: 200px;
	vertical-align:middle;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 100px;
}

