#screenGlass{
	position:absolute; top:0px; display:none;
	opacity:0.65;  filter: alpha(opacity=65);
	width:100%; background-color:#000;	
}



/*__________________________ PIC BOX ____________________________*/


#picArea {
	width:100%; z-index:30; display:none;
	position:absolute; left:0px;	
}

#picBox {
	margin:auto; width:1px; height:1px; border:4px solid #63B9ED;
	background-repeat:no-repeat; background-color:#FFFFFF;
	background-position:center; background-image:none;		
}

#closePicX {
	float:right; cursor:pointer; margin:12px 15px 0px 0px;
}

#picNote {
	font-family:Arial; font-size:10pt;
	float:left; text-align:left; font-weight:bold;
	margin:21px 0px 0px 20px; padding:5px 10px;
	background-color:#eeeeee;
}



/*__________________________ IMAGE NAVIGATOR ____________________________*/

#imgArea {	
	width:100%; z-index:30; display:none;
	position:absolute; left:0px;
}

#imgSpot {
	width:1px; height:1px; display:none;
}

#imgFrame {
	margin:auto; width:250px; height:250px;
	border:10px solid #FFF; border-bottom:0px;
	background-repeat:no-repeat; background-color:#FFFFFF;
	background-position:center;
}	
	
a#prevHover {
	display:block; float:left; height:0px;
	z-index:1; text-align:left; width:225px;
	/*background-color:red; border:1px solid red;*/ 
}

a:hover#prevHover {
	background:url(../icon/lightbox-btn-prev.gif) no-repeat;
	background-position:0px 100px;
}
	
a#nextHover {
	display:block; float:right; height:0px;
	z-index:1; text-align:right; width:225px;
	/*background-color:yellow; border:1px solid yellow; */
}
a:hover#nextHover {
	background:url(../icon/lightbox-btn-next.gif) no-repeat;
	background-position: 100% 100px;
}

#closeArea {
	text-align:right; float:left; display:none;
	padding-top:10px; width:100%;
	background-color:#FFFFFF; color:#000000;
}

#imgNote {
	font-family:Verdana; font-size:8pt;
	width:300px; float:left; text-align:left;
}

#closeX {
	float:right; cursor:pointer;
}
