/* lightbox styles */
#lightbox{
	position: fixed;
	z-index: 1520; /*must be > 1500, since GH is 1500*/
	visibility: hidden;/*cant use display:none, as it prevents background load of journal*/
	width: 100%;
	top:0;
	left: 0;
}
#lightbox .overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #0d0d0d;
	opacity:.80;
	filter: alpha(opacity=80);
}
.lightboxcontent {
	position: relative;
	max-width: 100%;
	height: auto;
	z-index:1521;
}

/*DPS styles*/
.uniqueFrame{
	margin: auto;
}
.scalingWrapper{
	-moz-transform-origin: top center;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}