.shoot_gallery {
    padding: 30px 0;
}

.shoot_gallery img {
	float: none;
	border: 0;
}

.shoot_gallery a {
	border: 1px solid #999999;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.shoot_gallery a:hover {
	border-color: #fff;
}

.shoot_gallery div {
    display: inline;
	float: left;
    margin: 12px;
	position: relative;
	background: #000;
}


#current_pic {
	position: absolute;
	display: none;
	z-index: 10000;
	border: 3px solid #fff;
}

#overlay {
	background-color: #000;
	z-index: 5000;
	position: absolute;
	left: 0;
	top: 0;
}

.shoot_gallery .spinner {
	background: #000 url(cssimages/ajax-loader.gif) no-repeat 50% 50%;
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 500;
	left: 0;
	top: 0;
	margin: 0;
	border: 1px solid #000;
}

