div#div_image_popup {
	position:		absolute;
	left:			85px;
	top:			130px;
	width:			580px;
	height:			300px;
	border:			1px #000 solid;
	z-index:		2;
	background-color:	#fff;
	display:		none;
	overflow:		hidden;
}

div#div_image_preview {
	width:			570px;
	height:			115px;
	margin:			0;
	padding:		0;
	margin-top:		10px;
	border:			0px #000 solid;
}

div.div_image {
	position:		relative;
	left:			0px;
	top:			0px;
	display:		none;
	overflow:		hidden;
}

div#div_image_small {
	background-image:	url('../img/background_images.gif');
	background-repeat:	no-repeat;
	width:			570px;
	padding:		0;
	margin-top:		10px;
}

img#image_popup {
	border:			0;
}
