#backOverlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../images/_lib/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../../images/_lib/lightbox/prev.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(../../images/_lib/lightbox/next.gif) right 15% no-repeat;} 
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/_lib/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/_lib/lightbox/next.gif) right 15% no-repeat; }

	