#rbCenter {

	position: absolute;

	z-index: 2000;

	text-align: left;

}



#rbCenter.rbLoading {

	background:  url(images/loading.gif) no-repeat center center;

}



#rbImage {

	padding: 10px;

	background: #0D0D0D;

	border:1px solid #333333;
	-moz-border-radius:		5px 5px 0px 0px;

}



#rbBottom {

	position: absolute;

	background-color: #0D0D0D;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	color: #fff;

	line-height: 1.4em;

	text-align: left;

	border: 1px solid #333333;

	padding: 10px;

	border-top-style: none;

	z-index: 1900;

	display: none;
	-moz-border-radius:		0px 0px 5px 5px;

}



#rbCloseLink {

	cursor: pointer;

	float: right;

	width: 75px;

	height: 33px;

	background: transparent url(images/closelabel.gif) no-repeat center;

	margin: 5px 0;

}



#rbCaption, #rbNumber {

	margin-right: 71px;

}



#rbCaption {

	font-weight: bold;

}



#rbLinks {

	position: absolute;

	z-index: 2100;

	display: none;

}



#rbPrevLink, #rbNextLink {

	cursor: pointer;

	margin: 0; padding: 0;

	position: absolute;

	top: 0;

	width: 49%;

}



#rbPrevLink {

	left: 0;

}



#rbPrevLink.hover {

	background: url(images/prevlabel.gif) no-repeat 0% 15%;

}



#rbNextLink {

	right: 0;

}



#rbNextLink.hover {

	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;

}



#rbShadow {

	position: absolute;

	z-index: 1800;

}


