
#lightboxBackground {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1000;
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
}

.lbContentWrap {
	display:none;
	position:fixed;
	left:15%;
	right:15%;
	top: 40px;
	bottom: 40px;
	width: auto;
	overflow: auto;
	background:#FFFFFF;
	padding:10px 15px 10px 15px;
	border:2px solid #CCCCCC;
	z-index:1001;
}

.lbContentWrap h3{
	margin-top: 1rem;
}

@media all and (max-width: 960px){
	.lbContentWrap{
		left:10px;
		right:10px;
		top: 10px;
		bottom: 10px;
		width: auto;
		overflow: auto;
	}
}

.hideLightbox{
	float:right;
}

.lightboxNoscroll{
	position: fixed; 
    overflow: scroll;
    width: 100%;
}
