
img.x-closebtn { background: url(../images/i/ico/close.png) 0 0 no-repeat; }

#x-window {
	position: absolute; z-index: 102;
	color: #FFFFFF;
	display: none;
	text-align: left;
	font: 12px tahoma, sans-serif;
}

#x-window a, #x-window a:active  { color: #FFFFFF; }

#x-load {
	position: absolute; z-index: 101;
	display: none;
	width: 100px; height: 100px;
}

#x-hideselect {

	position: absolute; top: 0; left: 0; z-index: 99;
	background-color: #FFFFFF;
	width: 100%; height: 100%;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#x-iframecontent { border: none; clear: both; }

#x-overlay {
	position: absolute; top: 0; left: 0; z-index: 100;
	background-color: #000000;
	width: 100%; height: 100%;
	min-height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#x-image { border: 1px solid #004685; }


/*------------------------------ controls ------------------------------------*/
#x-closewindow {
	position: absolute; top: -9px; left: 100%; z-index: 103;
	margin-left: -9px;
	width: 23px; height: 23px;
}
#x-prev, #x-prev-deactive {
	position: absolute; left: 0; z-index: 103;
	background-color: #004685;
	border-right: 5px solid #003C73;
	margin: -56px 0 0 -42px; padding: 9px 5px 9px 9px;
}
#x-next, #x-next-deactive {
	position: absolute; left: 100%; z-index: 103;
	background-color: #004685;
	border-left: 5px solid #003C73;
	margin: -56px 0 0 2px; padding: 9px 9px 9px 5px;
}
* html #x-closewindow { margin-left: -11px; }
* html #x-next { margin-left: -44px; }
* html #x-next { margin-left: 0; }



