#niceboxOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #333;
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	opacity: .50;
	z-index: 1000;
}

#niceboxIframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2000px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#niceboxPopUp {
	display: block;
	position: fixed;
	border: 4px solid #fff;
	background: #eee;
	z-index: 1001;
}

#niceboxInfo {
	background: #fff;
	border-top: 4px solid #fff;
	color: #696969;
}

#niceboxControls {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#niceboxControls a {
	text-decoration: none;
	font-weight: bold;
	color: #696969;
}

#niceboxLoading {
	display: block;
	position: fixed;
	background: url(http://www.oneboatguides.com/narayanacontract/scripts/nicebox/loading.gif) no-repeat center center;
	width: 100px;
	height: 100px;
	z-index: 1001;
}

#niceboxLoading .niceboxReplace {
	background: #ddd url(http://www.oneboatguides.com/narayanacontract/scripts/nicebox/loading.gif) no-repeat center center;
}

* html #niceboxOverlay {
	position: absolute;
	height: 2000px;
	zoom: 1;
}

* html #niceboxPopUp {
	position: absolute;
	zoom: 1;
}

* html #niceboxLoading {
	position: absolute;
	zoom: 1;
}
