/* # */
	#w_fmh_big_images_div {
		position: relative;
		z-index: 5;
	}

	#w_fmh_buttons_div {
		bottom: 50px;
		position: absolute;
		right: 100px;
		z-index: 10;
	}
	
	#w_fmh_buttons_table {
		width: 1px;
	}

	#w_fmh_div {
		background: #000;
		border: 5px solid red;
		height: 600px;
		overflow: hidden;
		position: relative;
	}
/* # */

/* . */
	.w_fmh_info_div {
		background-color: rgba(255, 255, 255, 1);
		bottom: 50px;
		border-radius: 10px;
		padding: 25px 25px 25px;
		position: absolute;
		left: 50px;
		width: 500px;
	}
	
	.mv_button_div {
		border: 2px solid red;
		border-radius: 50%;
		cursor: pointer;
		height: 17px;
		margin: 4px;
		transition: all .2s ease-in-out;
		width: 17px;
	}
	
	.mv_button_div:hover {
		background-color: red;
	}
	
	.mv_button_active_div {
		background-color: red;
	}
	
	.w_fmh_text_div {
		
	}
	
	.mv_big_image_div {
		height: 600px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	
	.transform {
		transform: scale(0.8);
		opacity: 0.5;
		transition: all 2s ease-in-out;
		z-index: 5 !important;
	}
/* . */