/* Overrides some default Galleria styles for the ePP application */
.galleria-info { 
    top: auto; 
    bottom: 55px; 
    left: 0; 
    width: 100%; 
} 
.galleria-info-link { 
    display: none;   
} 
.galleria-info-text { 
    display: block; 
    text-align: center; 
    background: rgba(0,0,0,.3); 
} 
.galleria-info-description { 
    font: normal 12px/1.4 arial,sans-serif; 
    color: #fff; 
} 

.galleria-counter { 
    left: 705px; 
    bottom: 420px;   
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .7;
    filter: alpha(opacity=90);
}