#slider {
    padding: 10px 0;
    padding-bottom: 40px;
}
#slider ul, #slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider li{
    height: 220px;
    overflow: hidden;
    width: 580px;
}
#slider .imagem {
    float: left;
}
#slider .imagem img {
    max-width: 290px;
    max-height: 218px;
}
#slider .caption {
    float: right;
}

/* numeric controls */

ol#controls{
    border-left: 1px solid #444444;
    border-top: 1px solid #444444;
    position: absolute;
    margin-left: 315px;
    margin-top: -30px;
}
ol#controls li{
    float: left
}
ol#controls li a{
    background-color: #F0F0F0;
    border: 0px;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    cursor: pointer;
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
}
ol#controls li.current a{
    background-color: #D0D0D0;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{ outline: none; }



#slider .caption {
    height: 180px;
    font-family: Arial, sans-serif;
    padding: 0 10px 10px;
    width: 256px;
}
#slider .caption h1 {
    color: #004D80;
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 10px;
}
#slider .caption p {
    font-size: 12px;
    line-height: 140%;
}