/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {display: none; position: fixed; top: 2%; left: 50%; margin-left: -400px; width: 800px; background-color: #2b3541; border: 10px solid white;}

.jqmOverlay { background-color: #000; }

.jqmWindow .close {position: absolute; top: 10px; right: 10px; display: block; width: 25px; height: 25px; overflow: hidden; text-indent: -3000px; background: url(/images/structure/gallery/close.png) left top no-repeat; z-index: 100;}
.jqmWindow .close:hover {background: url(/images/structure/gallery/close_hover.png) left top no-repeat;}

a:focus{
	outline:0;
}

