#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	overflow:hidden;
}
#popupInner {
	border: 0;
	background-color: transparent;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
	overflow:hidden;
}
#popupTitleBar {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	height: 1px;
	padding: 0px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
	margin-bottom:-54px;
	_margin-bottom:0px;
}
/*#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('close.gif') no-repeat;
	margin-top: 31px;
	margin-right: 1px;
}
*/
#popupControls a span {
	display:block;
	height: 35px;
	width: 35px;
	text-indent: -9000px;
	background: url('../images/uksp/popup_close.gif') no-repeat;
	margin-top:20px;
	margin-right:20px;
}

/* Image upload viewer	*/
.imageviewer{
	margin: 20px 10px 5px 10px;
	height: 300px;
	width: 500px;
	overflow: auto;
	border: 1px solid #999;
}
	.imageviwerControls{
		margin: 5px 15px;
	}
	
	.empty{
		padding: 5px;
	}
		
	.imagelist{
		height: 280px;
		width: 200px;
		overflow: auto;	
		float:left;
	}
	.imagelist img{
		display:block;
		margin-bottom: 5px;
	}
	
	#imageblowup{
		height: 280px;
		width: 280px;
		overflow: hidden;
		float:right;
	}
	
	
	
	
	