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

#rbCenter.rbLoading {
	background:  url('http://www.arts-history.mx/images/loading.gif') no-repeat center center;
}

#rbImage {
	padding: 6px;
	background: #7fa3c2;
	border:1px solid #333;
}

#rbBottom {
	position: absolute;
	background-color: #d3d5d4;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 1.2em;
	text-align: right;
	border: 1px solid #333;
	padding: 6px;
	border-top-style: none;
	z-index: 900;
	display: none;
}

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

#rbNumber {
	color:transparent;
}

#rbCaption {
	font-weight: bold;
	margin-right: 71px;
}

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

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

#rbPrevLink {
	left: 0;
}

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

#rbNextLink {
	right: 0;
}

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

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

