#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
#ipgallery{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 250px;
	z-index: 100;
	text-align: center;
	}
#igallery{
	position: relative;
	top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	height: 250px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#FFFFFF;
	border: solid 10px #ffffff;
	}
#igalleryImg {margin:0 0 0 0 ;background: transparent url(loading.gif) 50% 50%; width:200px; height:200px;background-position : 50% 50%; background-repeat : no-repeat;}
#prevButton  {bottom:0; left:0;position:absolute;width:70px; height:30px; background: url(prevlabel.gif); cursor: pointer; margin: -1px}
#prevButton span {display:none;}
#nextButton {bottom:0; right:0;position:absolute;width:70px; height:30px; background: url(nextlabel.gif); cursor: pointer; margin: -1px}
#nextButton span {display:none;}
#closeButton {top:0; right: 0; position:absolute;width:23px; height:23px; background: url(closelabel.gif); cursor: pointer; margin: -1px}
#closeButton span {display:none;}