#popUpNavHolder
{
	text-align:center;
}

#popUpNavHolder a
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	display:inline;
}

a#popUpCloseBtn
{
	background:url(pics/imageViewer/close.gif);
	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	
	color:#333;
	border:solid #545454 1px;
	
	display:inline-block;
	width:14px;
	height:14px;
	
	margin-bottom:3px;
	
	text-decoration:none;
}

a#popUpCloseBtn:active
{
}

a#popUpCloseBtn:focus
{
}

a#popUpCloseBtn:hover
{
	color:#000;
	border:solid #878787 1px;
	background-color:#ddd;
}

a#popUpCloseBtn:link
{
}

a#popUpCloseBtn:visited
{
}

a.popUpNavPrev
{
	position:absolute;
	display:block;
	left:0px;
	
	margin-left:5px;
	
	display:block;
	background: url(pics/imageViewer/prev.gif);
	width:10px;
	height:20px;
	text-decoration:none;
	
	border-right:solid #414141 2px;
}

a.popUpNavPrev:active
{
}

a.popUpNavPrev:focus
{
}

a.popUpNavPrev:hover
{
	border-right:solid #878787 2px;
}

a.popUpNavPrev:link
{
}

a.popUpNavPrev:visited
{
}

a.popUpNavNext
{
	position:absolute;
	display:block;
	left:0px;
		
	background: url(pics/imageViewer/next.gif);
	width:10px;
	height:20px;
	text-decoration:none;
	
	border-left:solid #414141 2px;
}

a.popUpNavNext:active
{
}

a.popUpNavNext:focus
{
}

a.popUpNavNext:hover
{
	border-left:solid #878787 2px;
}

a.popUpNavNext:link
{
}

a.popUpNavNext:visited
{
}

#popUpBg
{
	z-index:100;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	overflow:hidden;
	
	color:white;
	background:black;
	
	/*filter:alpha(opacity=70); 
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
}

#popUp
{
	z-index:120;
	position:fixed;
	/*position:absolute;*/
	background:white;
	border-top:solid #888 5px;
	border-left:solid #777 5px;
	border-right:solid #666 5px;
	border-bottom:solid #555 5px;
	padding:5px;
	text-align:right;
	/*max-width:300px;*/
}

#popUpcontentHolder
{
	clear:both;
	
	margin-left:18px;
	margin-right:18px;
	margin-bottom:18px;
}

.popUpHTML
{
	display: inline-block;
	text-align: left;
	overflow-y:scroll;
}
