/* QUICKBOX */

#qbOverlay {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background-color: #003300;
	cursor: pointer;
}
#qbBox {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 101;
	background-color: #fff;
}
#qbStage {
	position: relative;
	z-index: 103;
	height: 100%;
}
#qbBottom {
	position: relative;
	background-image:url(../images/quickbox/ROL_lettering.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index: 102;
	background-color: #fff;
	height: 45px;
	padding: 0 10px;
	margin-bottom: -45px;
}
#qbClose {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("../images/quickbox/close.gif") no-repeat center;
	cursor: pointer;
}


#qbPrev, #qbNext {
	position: absolute;
	z-index: 104;
	width: 50%;
	height: 100%;
	outline: none;
	display: block;
}
#qbNext {
	left: 50%;
}
#qbPrev {
	background: transparent url("../images/quickbox/prev.gif") no-repeat 0% 85%;
}
#qbNext {
	background: transparent url("../images/quickbox/next.gif") no-repeat 100% 85%;
}

#qbBox .loading {
	background: #fff url("../images/quickbox/loading.gif") no-repeat center;
}
#qbCaption {
	color: #003300;
	font-size: 0.8em;
	font-weight: bold;
}
#qbCounter {
	font-family: "Trebuchet MS";
	color: #aaa;
	font-size: 0.8em;
	font-weight: bold;
}

