#slider1 {
position:relative;
width:650px;
height:300px;
overflow:hidden;
padding: 0 10px 0 10px;
background: url(../images/bg_photo.jpg) repeat-y top left;
}

#slider1Content {
position:absolute;
width:650px;
top: 0;
left:10px;
}

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

.slider1Image span {
position:absolute;
font:22px/24px Arial, Helvetica, sans-serif;
width:650px;
font-weight:bold;

filter:alpha(opacity=75);
-moz-opacity:0.75;
-khtml-opacity:0.75;
opacity:0.75;
color: #FFF;
padding:18px;
letter-spacing: -0.5px;
text-align:right;
}

.clear {
clear:both;
}

.left {
top:0;
left:0;
width:120px !important;
height:260px;
}

.right {
right:0;
bottom:0;
width:120px !important;
height:245px;
}

.bottom {
right:0;
bottom:0;
width:290px !important;
height:60px;
text-transform:uppercase;
display:none;

}

.top {
right:0;
top:0;
width:540px !important;
height:40px;
}

ul {
list-style-type:none;
}
