#gallery {
	position: absolute;
	margin: 0 0 0 -466px;
	text-align: center;
	width: 950px;
	height: 500px
	z-index: 500;
}

/* if browser Safari */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#gallery { 
			position: absolute;
			margin: 0 8px;
			text-align: center;
			width: 950px;
			height: 500px
			z-index: 500;
		}
	}
/* end if */

#gallery a {
	position: absolute;
	width: 950px;
	text-align: center;
	margin: 0 auto;
	z-index: 500;
}

#gallery a img {
	border: none;
	z-index: 500;
}

#gallery a.show {
	width: 950px;
	text-align: center;
	margin: 0 auto;
	z-index: 500;
}
