.div-carrossel {
    width: 940px;
    
}
.cycle-slideshow {
    width: 940px;
    height: 185px;
    z-index: 0;
    
}
.item-carrossel {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-carrossel {
    height: 100%;
    
}
.texto-carrossel {
    
    position: absolute;
    left: 55%;
    top: 10%;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    color: #666666;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    max-height: 95px;
    overflow: hidden;
}
.texto-carrossel a {
    text-decoration: none;
    color: #666666;
}
.texto-carrossel a:hover {
    text-decoration: underline;
    color: #666666;
}
.autor-carrossel {
    background: url('../templates/engine1/background_carrossel_autor.png') repeat;
    position: absolute;
    bottom: 1px;
    left: 1px;
    color: #F8F8F8;
    font-size: 12px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    padding: 5px 5px 5px 5px;
    border-radius: 1px 1px 1px 1px;
    
}
#pager span a {
    
    background: url('../templates/engine1/bullet.png') no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    margin-left: 5px;
}
#pager {
    
    width: 140px;
    height: 14px;
    overflow: auto;
    text-align: center;
    position: relative;
    top: -25px;
    left: 55%;
    z-index: 8;
    
}
#pager span a:hover {
    background: url('../templates/engine1/bullet.png') 0px -13px no-repeat;
    display: block;
}
#pager span.cycle-pager-active a {
    background: url('../templates/engine1/bullet.png') 0px -26px no-repeat;
    display: block;
}