/* SLIDER */

#slider {
    width: 578px; /* important to be same as image width */
    height: 336px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 578px; /* important to be same as image width or wider5f8789 */
    position: absolute;
	padding: 0;
	margin: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	top: 0;
	margin-left: 0;
}
.sliderImage span {
    position: absolute;
	font-size:	12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
    padding: 12px 13px;
    width: 568px;
    background-color: #1b8190;
    filter: alpha(opacity=70);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #ffffff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 138px !important;
	height: 336px;
}
.right {
	right: 0;
	bottom: 0;
	width: 138px !important;
	height: 336px;
}
#sliderContent ul { list-style-type: none;}
/* SLIDER */