#rbCenter {
	position		: absolute;
	text-align		: left;
	z-index			: 1000;
}

#rbCenter.rbLoading {
	background		:  url(images/loading.gif) no-repeat center center;
}

#rbImage {
	background		: #424a4e;
	border			: 1px solid #757575;
	padding			: 10px;
}

#rbBottom {
	background-color	: #424a4e;
	border-top-style	: none;
	border			: 1px solid #757575;
	color			: #ccc;
	display			: none;
	font-family		: Verdana, Helvetica, sans-serif;
	font-size		: 10px;
	line-height		: 1.4em;
	padding			: 10px;
	position		: absolute;
	text-align		: left;
	z-index			: 900;
}

#rbCloseLink {
	background		: transparent url(images/closelabel.gif) no-repeat center;
	cursor			: pointer;
	float			: right;
	height			: 33px;
	margin			: 5px 0;
	width			: 75px;
}

#rbCaption, #rbNumber {
	margin-right		: 71px;
}

#rbCaption {
	font-weight		: bold;
}

#rbLinks {
	display			: none;
	position		: absolute;
	z-index			: 1100;
}

#rbPrevLink, #rbNextLink {
	cursor			: pointer;
	margin			: 0;
	padding			: 0;
	position		: absolute;
	top			: 0;
	width			: 49%;
}

#rbPrevLink {
	left			: 1px;
}

#rbPrevLink.hover {
	background		: url(images/prevlabel.gif) no-repeat 0% 15%;
}

#rbNextLink {
	right			: 1px;
}

#rbNextLink.hover {
	background		: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#rbShadow {
	position		: absolute;
	z-index			: 800;
}

