



.rr-lightbox {
	visibility: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1001;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	margin: 0;
}

.rr-lightbox-extra {
    background-color: white;
    padding: 12px;
}

#rrid-lightbox-bg {
	visibility: hidden;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1000;
	opacity: 0.56; filter: alpha(opacity=56);
}
