#rbCenter, #rbBottomContainer {
	position: absolute;

	z-index: 1000;
}


#rbBottomContainer {
	border: 1px solid #a9a9a9;
	border-top: 0px;
	position: absolute;
	overflow:hidden;
	background-color: #fff;
}

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

#rbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#rbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

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

#rbCaption {
	font-weight: bold;
}

#rbImage {
	padding: 10px;
	background: #fff;
}

#rbImage, #rbPrevLink, #rbNextLink {
	border: 1px solid #a9a9a9;
}

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

#rbPrevLink, #rbNextLink {
	display: block;
	border-bottom: 0px;
	margin: 0; padding: 0;
	position: absolute;
	top: 0;
	font: 10em Arial;
	text-decoration: none;
	width: 49%;
	outline: none;
}

#rbPrevLink {
	left: 0;
	border-right: 0px;
}

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

#rbNextLink {
	right: 0;
	border-left: 0px;
	text-align:right;
}

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


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