div.gallery_view_dlg {
	border:solid 2px #26587f;
	background: white;
	padding: 5px;
	position: absolute;
	z-index:1040;
}

#gallery_view_navigator {
	position:absolute;
	z-index:1045;
	font-size:14px;
	font-weight: bold;
}

#gallery_view_navigator a {
	color: #000;
	padding:3px;
	background:#fff;
	text-decoration: none;
}
#gallery_view_navigator a:hover {
	background: #ccc;
}

