.popup_shadow, .popup_window, .popup_content {
	display: none;
}
.popup_loader {
	display: block;
}
.popup_navigate {
	position: relative;
	z-index: 100;
}
.popup_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.popup_container {
	margin: 0 25px 25px;
	position: relative;
	float: left;
}
.popup_loader {
	width: auto;
}
.popup_previous, .popup_next {
	width: 49%;
	height: 100%;
	display: block;
	text-indent: -10000px;
}
.popup_next {
	float: right;
}
.popup_previous {
	float: left;
}
.popup_next:hover {
	background: url('btnNext.png') no-repeat right center;
}
.popup_previous:hover {
	background: url('btnPrevious.png') no-repeat left center;
}
