#slider {
width:850px;
}
.header {
width:830px;
border:2px solid #9ac1c9;
padding:8px;
font-weight:bold;
margin-top:5px;
cursor:pointer;
background:url(images/header.gif)
}
.header:hover {
background:url(images/header_over.gif)
}
.content {
overflow:hidden
}
.text {
width:825px;
border:2px solid #9ac1c9;
border-top:none;
padding:15px
}
