#highlighted {
    overflow: hidden;
}
.div-carrossel {
    width: 1000px;
    height: 250px;
    overflow: hidden;
    border-bottom: 5px solid #d8d8d8;
    margin-bottom: -25px;
}
.cycle-slideshow {
    width: 1000px;
    height: 273px;
    z-index: 0;
}
.item-carrossel {
    width: 100%;
    height: 100%;
    padding: 45px;
}
.autor-carrossel {
    display: block;
     width: 350px;
    font-size: 17px;
    line-height: 20px !important;
    font-weight: normal;
    color: #676765;
    font-family: Cuprum,sans-serif;
    text-shadow: 1px 1px 0 #FFFFFF;
    margin-top: 15px;
    

}
.texto-carrossel {
    display: block;
    width: 450px;
    z-index: 50;
    font-family: Cuprum,sans-serif;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
    
}
.texto-carrossel a {
    text-decoration: none;
    color: #a96ea6;
}
.texto-carrossel a:hover {
    text-decoration: underline;
    color: #a96ea6;
}

#pager span a {
    
    background: url('../engine2/bullet.png') no-repeat;
    display: block;
    width: 27px;
    height: 30px;
    float: left;
    margin-left:7px;
    font-family: Cuprum,sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #92a3bc;
    line-height: 28px;
}
#pager {
  
    height: 30px;
    overflow: auto;
    text-align: center;
    position: relative;
    top: -35px;
    left: 42.5%;
    z-index: 8;
    
}
#pager span a:hover {
    background: url('../engine2/bullet.png') right top;
    display: block;
    color: #3c506b;
}
#pager span.cycle-pager-active a {
    background: url('../engine2/bullet.png') right top;
    display: block;
    color: #3c506b;
}
#cycleAnt {
    
    background: url('../engine2/arrows.png');
}
#cycleProx {
    
    left: 93.6%;
    background: url('../engine2/arrows.png')right top;
}
#cycleProx, #cycleAnt {
    width: 32px;
    height: 35px;
    float: left;
    position: relative;
    top: -175px;
    z-index: 8;
    
}
#cycleProx:hover, #cycleAnt:hover {
    cursor: pointer;
    
}