
/* pager */
.cycle-pager { 
    text-align: center; /*left: 960px;*/ width: 100%; z-index: 500; position: absolute; top: 250px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../images/seta-esquerda.png)  3% 50% no-repeat;}
.cycle-next { right: 0; background: url(../images/seta-direita.png) 97% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

.cycle-slideshow {
	height: 290px;
}

.highlights-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 290px;
	background-size: 100% 100%;
}

.highlights h2.entry-title {
    max-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlights .entry-summary img {
    max-height: 190px;
}