
#overlay{
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}
#overlay[id]{ /* IE6 and below Can't See This */
	position:fixed;
	}


div.lightbox {
	position:absolute;
  background:#fff url(../images/lightbox_bg.gif);background-repeat:repeat-x;
  padding:15px;
  border:3px solid #dff0f7;
  color:#6F6F6F;
  z-index:102;
	}

.lightbox a {
	color:#9F9F9F;
	}

#close {
	position:absolute;
	top:-13px;
	right:-13px;
	cursor:pointer;
	margin:10px;
	font-weight:bold;
	}
.next-en { float:right; width:78px; height:23px; margin:5px 0 0 10px; background:url(../../../images/graphics/en/buttons/buttons.png) no-repeat top; background-position:-503px -528px; text-indent:-1000px; }
.next-en:hover { background-position:-503px -551px; }
.previous-en { float:left; width:78px; height:23px; margin:5px 0 0 0; background:url(../../../images/graphics/en/buttons/buttons.png) no-repeat top; background-position:-583px -528px; text-indent:-1000px; }
.previous-en:hover { background-position:-583px -551px; }
.lightbox-wrapper { width:200px; margin:0 auto; }

.next-ar { float:right; width:78px; height:23px; margin:5px 0 0 10px; background:url(../../../images/graphics/ar/buttons/buttons.png) no-repeat top; background-position:-503px -528px; text-indent:-1000px; }
.next-ar:hover { background-position:-503px -551px; }
.previous-ar { float:left; width:78px; height:23px; margin:5px 0 0 0; background:url(../../../images/graphics/ar/buttons/buttons.png) no-repeat top; background-position:-583px -528px; text-indent:-1000px; }
.previous-ar:hover { background-position:-583px -551px; }

.lightbox-img-wrapper { float:left; width:auto; height:auto; overflow:hidden; }