#preview{
	position:absolute;
	padding:0px;
	display:none;
	color:#fff;

	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	border: 7px solid #FFF;
	background: #FFF;
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
	}
img.image_preview_thumb
{
	cursor:pointer; width:75px; height:75px; border:#999 1px solid;
}
