
body{
background-color:#000;
}
#slide{
width:916px;
height:385px;
padding:10px;
overflow:hidden;
position:relative;
background-color:#454545;
font-family:Arial, "Sans Serif";
font-size:11px;
color:#FFF;margin:0 auto;margin-top:20px;
}
#slide a{
display:block;
width:30px;
height:385px;
position:relative;
float:left;
overflow:hidden;
background:#454545 url(../img/a_bg.jpg) repeat-y top left;
text-decoration:none;
color:#FFF;
}
#images{
position:absolute;
top:10px;
left:110px;
}
.title, .background_img, .background_span, .description{
display:block;
position:absolute;
cursor:default;
}
.title{
width:25px;
bottom:10px;
left:0;
text-align:center;
}
.background_img{
width:770px;
height:365px;
top:10px;
left:35px;
border:none;
}
.background_span{
width:916px;
height:385px;
top:30px;
left:55px;
background-color:#000;
opacity:0.6;
filter: alpha(opacity=60);
}

#slide a:hover{
width:820px;
}