#rbCenter {
direction:ltr;

	position: absolute;
	z-index: 1000;
	text-align: right;
}

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

#rbImage {
direction:ltr;
	padding: 10px;
	background: #424A4E;
	border:1px solid #757575;
}

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

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


#rbCaption {
direction:rtl;
	font-weight: bold;
	text-align:center;
	font-size:16px;
}
#rbNumber{
font-size:12px;
text-align:right;
}
#rbLinks {
direction:ltr;
	position: absolute;
	z-index: 1100;
	display: none;
}

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

#rbPrevLink {
direction:ltr;
	left: 1px;
}

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

#rbNextLink {
direction:ltr;
	right: 1px;
}

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

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