#galery_overlay
{
	background:#000;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#imageClose
{
	position:absolute;
	width:14px;
	height:15px;
	cursor: pointer;
}

.imagePreview
{
	position:fixed;
	overflow:auto;
	left:50%;
	margin-left: -225px;
	top:50%;
	margin-top: -200px;
	background:#fff;
	padding:0px;
}

.closeImage
{
	position:absolute;
	width:14px;
	height:15px;
	cursor: pointer;
}

.imgComment
{
	position:absolute;
	height:15px;
	min-height: 15px;
	font-size:8pt;
	color:white;
	background-color:black
}

#galleryIcons {
	width: 660px;
}

#galleryIcons .icon {
  position: relative;
  float: left;
  width: 205px;
  height: 155px;
  cursor: pointer;
}

#galleryIcons .icon .nasirku {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
}

#galleryIcons .icon .navysku {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 200px;
}

* html,
* html body
{
	height:100%;
}
* html .imagePreview
{
	position:absolute;
	margin-top:70px;
	top:expression(( (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right:expression(( (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
}
* html #galery_overlay
{
	position:absolute;
	top:expression(( (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
	right:0;
}