﻿#divwin {
	position: absolute;
	width: 720px;
	height: 510px;
	border: 0px solid gray;
	background:transperment;
	display: none;
	float:none;
	top:100px;
	padding: 0 0 0 50px;
	text-align: center;
}

#divwin img {
    width: 720px;
	height: 510px;
	border: 1px solid gray;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#bigImgWin {
	position: absolute;
	border: 0px solid gray;
	background: #f5f5f5;
	display: none;
	float:none;
	top:-96px;
	padding: 0 0 0 0;
	text-align: center;
	margin: 0 auto 0 80px; 
	z-index:100px; 
}

#bigImgWin img {
	border: 1px solid gray;
	/*margin: 20px 20px 20px 20px;*/
	text-align: center;
}

#bigImgWin embed
 {
	border: 1px solid gray;
	margin: 20px 20px 20px 20px;
	text-align: center;
	z-index:100px; 
}

#closeButton {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid gray;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}

#close_Button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid gray;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}
