﻿#ctpopupwindowbacklay
{
	display: none;
	background-color: #000000;
	bottom: 0pt;
	float: left;
	height: 100%;
	left: 0pt;
	margin: auto;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	position: absolute;
	right: 0pt;
	top: 0pt;
	width: 100%;
	z-index: 505;
}

#ctpopupwindow
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1;
	z-index: 506;
	
	padding: 5px;
	border: 1px solid #C8001E;
	background: #FFFFFF;
}

#ctpopupwindow div.close
{
	height: 20px;
}
#ctpopupwindow div.close a.close
{
	display:block;
	background-image: url('/global/images/closegallery2.png');
	height: 20px;
	width: 60px;
	float:right;
}

#ctpopupwindow div.content
{
	text-align: center;
}
#ctpopupwindow img.popupimage
{
	max-width: 600px;
	max-height: 800px;
}
