/* Pop up CSS */

/* background when pop up active stuff */
/* the BG */
#blur_bg{
	position:fixed;
	top:0px;
	left:0px;
}
*html #blur_bg{
	position:absolute;
	top:0px;
	left:0px;
}
.invisible{
	background-image:none;
	display:block;
}
.show_blur{
	background-image:url(../img/range/blur_bg.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	display:block;
	z-index:200;
}
*html .show_blur{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/range/blur_bg.png', sizingMethod='scale');
	height:950px;
	width:100%;
}

/* pop up divs */
/* cutting video */
#cutting_video_div{
	width:425px;
	height:355px;
	background-color:#000000;
	z-index:210;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	position:relative;
	padding:10px;
}
.cutting_video_pop{
	display:none;
}
.cutting_video_pop_show{
	display:block;
}
/* drilling video */
#drilling_video_div{
	width:425px;
	height:355px;
	background-color:#000000;
	z-index:210;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	position:relative;
	padding:10px;
}
.drilling_video_pop{
	display:none;
}
.drilling_video_pop_show{
	display:block;
}
/* finishing video */
#finishing_video_div{
	width:425px;
	height:355px;
	background-color:#000000;
	z-index:210;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	position:relative;
	padding:10px;
}
.finishing_video_pop{
	display:none;
}
.finishing_video_pop_show{
	display:block;
}
/* storage video */
#storage_video_div{
	width:425px;
	height:355px;
	background-color:#000000;
	z-index:210;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	position:relative;
	padding:10px;
}
.storage_video_pop{
	display:none;
}
.storage_video_pop_show{
	display:block;
}
/* trimming video */
#trimming_video_div{
	width:425px;
	height:355px;
	background-color:#000000;
	z-index:210;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	position:relative;
	padding:10px;
}
.trimming_video_pop{
	display:none;
}
.trimming_video_pop_show{
	display:block;
}

/* close samples area */
.close{
	background-image:url(../img/range/close.gif);
	background-repeat:no-repeat;
	display:block;
	width:67px;
	height:26px;
	margin-top:-391px;
	margin-left:334px;
	position:absolute;
}
*html .close{
	background-image:url(../img/range/close.gif);
	background-repeat:no-repeat;
	display:block;
	width:67px;
	height:26px;
	margin-top:-36px;
	margin-left:-90px;
	position:absolute;
}
/* end background when pop up active stuff */