/* Gallery */
.gallery
{
	overflow: auto;
	list-style: none;
	margin: 30px;
	padding: 0;
}

.gallery li
{
	float: left;
}

.gallery a
{
	display: block;
	padding: 3px 3px 0px 3px;
	outline: none;
}

.gallery a:hover, .gallery a:focus
{
	background: #fff;
}

.gallery a.active
{
	background: #000;
}

.gallery a img
{
	border: none;
}

.viewer 
{
	position: relative;
	width: 800px;
	height: 600px;
	margin-left: 30px;
}

.viewer img[src*="loading"]
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}
/* Gallery */
