@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%;
}

/*
 * Clearfix rules for epa
 */
.epa-cf:before,
.epa-cf:after {
	content: " ";
	display: table;
}

.epa-cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.epa-cf {
	*zoom: 1;
}
