#slider 
{
background:url('../images/homepic_div.jpg') no-repeat;
width:620px; /* important to be same as image width */
height:377px; /* important to be same as image height */
position:relative; /* important */
overflow:hidden; /* important */
padding:0;
margin:0 auto 0;
}

#sliderContent 
{
width:620px; /* important to be same as image width or wider */
height:377px;
margin:0;
padding:0;
}

.sliderImage 
{
display:none;
margin:0;
padding:0;
list-style-type:none;
}

.sliderImage span.slide_left, span.slide_bottom
{
position:absolute;
font:10px/15px Arial, Helvetica, sans-serif;
padding:10px 13px;
background-color:#242323;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity:0.5;
opacity:0.5;
color:#fff;
font-weight:bold;
display:none;
direction:rtl;
font-size:9pt;
}

.sliderImage span.slide_left strong.slide_left2 ,strong.slide_bottom2
{
font-size:13pt;
color:red;
}

.slide_left 
{
left:0;
top:0;
width:110px !important;
height:276px;
}

.slide_bottom
{
left:0;
bottom:0;
width:600px !important;
height:35px;
}

.clear 
{
clear:both;
}
