.element_gallery_container_alpha_wrapper_div {
	width: 912px;
	height: 288px;
	float: left;
	position: relative;
	text-decoration: none;
}
.element_gallery_container_alpha_div {
	width: 912px;
	height: 288px;
	float: left;
	filter: alpha(opacity=60);
	opacity: 0.6;
	text-decoration: none;
	padding: 1px;
}
.element_gallery_container_text_holder_div {
	position: absolute;
	width: 912px;
	height: 288px;
	filter: alpha(opacity=80);
	opacity: 0.7;
	text-decoration: none;
	padding: 1px;
}
.element_gallery_container_link_holder_div {
	position: relative;
	width: 912px;
	height: 288px;
	text-decoration: none;
	z-index: 1;
	padding: 1px;
}
.element_gallery_container_link_holder_div:hover {
	background: rgba(255, 255, 255, .1);
}
