#page{position: relative;}
#slider {
float: left;
position: relative;
margin-top:85px;
margin-bottom:45px;
margin-left:20px;
width: 650px; /* important to be same as image width */
height: 370px; /* important to be same as image height */
overflow: hidden; /* important */
}

#sliderContent {
width: 650px; /* important to be same as image width or wider */
position: absolute;
top: 0;
margin-left: 0;
}

.sliderImage {
float: left;
position: relative;
display: none;
}

.sliderImage span {
position: absolute;
font: 10px/15px Tahoma;
padding:8px 20px 17px 13px;
width: 384px;
background-color: #443B36;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
color: #F5FDE6;
display: none;
}

.clear {
clear: both;
}

.sliderImage span strong {
font-size: 14px;
}

#text{padding-left:20px; margin-right:20px; float: right; width: 270px;margin-left:370px;margin-top:-240px;}



