#gallery img
{
border-radius:8px;
}

/* new gallery */

.new-gallery {
	width:678px;
	height:600px;
	text-align:center;
}

.thumbnail {
	display:inline-block;
	width:130px;
	height:86px;
}

.thumbnail img {
	width:130px;
	height:86px;
	border-radius:8px;
}

.thumbnail.active {
	margin:2px;
	margin-right:5px;
}

.thumbnail.active img {
	border:2px solid #933;
}

.hidden {
	display:none;
}

#gallery-img {
	display:inline-block;
	width:678px;
	height:450px;
	position:relative;
}

#gallery-img img {
	border-radius:8px;
	position:absolute;
	top:0;
	left:0;
	display:none;
}