@CHARSET "UTF-8";

.epa-album, .epa-album ul, .epa-album li {
margin: 0 !important;
padding: 0 !important;
}
.epa-album ul {
overflow: hidden;
list-style: none;
}
.epa-album .epa-row {
display: block;
width: 100%;
}
.epa-album .epa-image {
margin: 1%;
float: left;
text-align: center;
}
.epa-album .epa-image a {
outline: none;
}
#lightbox a {
outline: none;
}
.epa-album .epa-image .epa-title {
display: inline-block;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
} .epa-cf:before,
.epa-cf:after {
content: " ";
display: table;
}
.epa-cf:after {
clear: both;
} .epa-cf {
*zoom: 1;
}