.PixGalleryGlobalImage { 
	padding: 4px; 
	margin: 4px;
	background-color: white;
	border: 1px solid #90c0e8; 
	} 
.PixGalleryImage { 
	padding: 4px; 
	background-color: white;
	border: 1px solid #90c0e8; 
	}

#PixGalleryPopupClose { 
	padding: 4px; 
	background-color: #1c262c; 
	color: white; 
	border: 1px solid white; 
	cursor: pointer; 
	padding-right: 7px; 
	padding-left: 7px; 
	}

#PixGalleryPopupLayer { 
	visibility: hidden; 
	background-color: white; 
	padding: 0px; 
	margin: 0px; 
	border: 1px solid gray;  
	}

#PixGalleryPopupText { 
	padding: 4px; 
	background-color: #131a1f; 
	color: white; 
	border: 1px solid white; 
	}

#PixGalleryPopupImage { 
	padding: 4px; 
	padding-top: 0px;
	margin: 0px;
	}

.PixGalleryContentInfo {
	font-family: arial; 
	font-size: 5pt; 
	text-transform: uppercase;
	color: gray;
	}

.PixGalleryPopupDrag { 
	position: absolute; 
	}
