
#iv_frame {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	background-color: black;
	user-select: none;
}

#iv_slider {
	position: relative;
	white-space: nowrap;
}

#iv_image_prev, #iv_image_next {
	height: 100%;
	opacity: 60%;
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

#iv_image {
	height: 100%;
}

a.image_link, a.video_link {
	user-select: none;
}

.iv_text, .iv_text:hover {
	position: absolute;
	opacity: 1;
	z-index: 1000;
	padding: 5px;
	color: white;
	background-image: url('transparent_bg40.png');
	text-align: center;
	white-space: normal;
}

.iv_text:hover, .hide-buttons .iv_text:hover {
	opacity: 1;
}

.iv_button, .iv_button:hover {
	position: absolute;
	cursor: pointer;
	opacity: 0.6;
	z-index: 1000;
}

.iv_button:hover, .hide-buttons .iv_button:hover {
	opacity: 1;
}

.hide-buttons .iv_button, .hide-buttons .iv_text {
	opacity: 0;
}

.iv_opt_button, .iv_opt_button:hover {
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 1000;
}

.iv_opt_button:hover {
	opacity: 0.9;
}
