#windowgallerybg {
	position: fixed;
	z-index:100;
	top:50%;
	left:50%;
	margin:-305px 0 0 -440px;
	width:680px;
	height:600px;
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	display:none;
}
.windowgallery {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#000000;
	border: 0;
	text-align:left;
	top:-100%;
	left:-100%;
	margin:-290px 0 0 -416px;
	width:800px;
	overflow:hidden;
	padding: 25px 22px 20px 13px;
	background:url(../images/frame1.jpg) 0 10px no-repeat;
}
#close {
		position:absolute;
		top:0px;
		left:620px;
		border:0px;
		width: 28px;
		height: 28px;
		display:block;
		background:url(../images/close.png) 0 0px no-repeat;
}
#close2 {
		position:absolute;
		top:580px;
		left:300px;
		border:0px;
		width: 40px;
		height: 28px;
		display:block;
		background:url(../images/close2.png) 0 0px no-repeat;
	}
.windowgallery #thumbnails .arrow {
display:block;
}
