.hide {
	display: none;
}

#niWg p {
	padding: 10px 10px 15px 10px;
	text-align: center;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}

#niWg {
	position: fixed;
	z-index:9999; 
	border: 0px;
	left: 0px;
	-moz-opacity: 0; opacity:0; filter: alpha(opacity=0);
	width: 100%;
	
}
#niWg[id] { 
	position:fixed;	
	z-index:9999; 
}	

#overlay { 
	position: fixed;
	top:0px; 
	left:0px; 
	z-index:999; 
	background-color:#000; 
	-moz-opacity: 0; opacity:0; filter: alpha(opacity=0); 
} 
* html #overlay {
	position: absolute;
	top:expression(parseInt(document.documentElement.scrollTop, 0) + "px");
}
* html #niWg {
	position: absolute;
	top:expression(parseInt(document.documentElement.scrollTop, 0) +  "px");
} 

body
{
    background: url('/n.gif') no-repeat;
    background-attachment: fixed;
}
.pop_img_cont {
	margin:auto;
	border: solid 1px #333;
	background: #ccc;	
}
td.popup_img_cont_1 {
	text-align: center;
	vertical-align: top;
	background:#FFFFFF;
}
td.popup_img_cont_1 img{
	margin: 5px;
}
.popup_img_cont_2 {
	font-size: 0px;
	height: 0px;
}
#niWg a.button {
	display: block;
	cursor: pointer;
	position: absolute;
	margin-left: -54px;
	margin-top: -22px;
	padding-bottom: 3px;
}
.pop_right_table img {
	cursor: pointer;
}

#temp {
	font-size: 0px;
	line-height:0px;
}
/*
body, html { height: 100%; margin: 0px; padding: 0px; } 
*/
.pop_right_fix {
	overflow: auto; 
	text-align: left;
}
.pop_right_gallery_td {
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #333; 
	padding: 3px;
	background: #fff;
}
.popup_right_img_cont {
	vertical-align: middle;
}
.popup_right_bot {
	height: 10px;
}
#niWg .product_name {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background:url(../images/main_menu/menu_bg.gif) repeat-x bottom;
	height:24px;
	line-height:24px;
	text-align:center;
	border-bottom:solid 1px #4a7ca6;
}
.button_close_popup{
	color: #FFFFFF;
	background: #398bbf;
	font: bold 12px Helvetica, sans-serif;
	cursor: pointer;
	border: solid 1px #799ee7;
	display:block;
	height:18px;
	line-height:18px;
	width:50px;
	text-decoration: none;
	text-align:center;
	padding:0px;
	margin:0px;
	float:right;
	margin: 1px 3px 0px 0px
}
* html .button_close_popup{
	margin: 1px 1px 0px 0px
}
.button_close_popup:hover {
	color:#398bbf;
	background:#FFFFFF;
}
td.button_close_popup_aln{
	background:url(../images/main_menu/menu_bg.gif) repeat-x bottom;
	border-bottom:solid 1px #4a7ca6;
	width:60px;
}
* html td.button_close_popup_aln{
	background:url(../images/main_menu/menu_bg.gif) repeat-x bottom;
	border-bottom:solid 1px #4a7ca6;
	width:10%;
}
*:first-child+html td.button_close_popup_aln{
	background:url(../images/main_menu/menu_bg.gif) repeat-x bottom;
	border-bottom:solid 1px #4a7ca6;
	width:10%;
}