/* GALLERY */
#gallery .thumbs {
	width: 231px;
		clear:left;
		float: left;
}
#gallery .thumbs .thumb {
	margin: 0 25px 25px 0;
	float: left;
}
#gallery .thumbs .active {
	border: 2px solid #fee300;
	margin: -2px 23px 23px -2px;
}

#gallery .full {
	padding-bottom: 10px;
}

#gallery .nav {
	width: 231px;
	margin-bottom: 22px;
		float: left;
}
#gallery a.interiors,
#gallery a.construction {
background-image: url(../images/gallery/btn_galleries.png);
	width: 103px;
	height: 26px;
	text-indent: -999em;
	overflow: hidden;
		float: left;
}
	#gallery a.interiors:hover,
	#gallery a.interiors.active {
	background-position: 0 -26px;
	}
	#gallery a.construction:hover,
	#gallery a.construction.active {
	background-position: -103px -26px;
	}
#gallery a.construction {
background-position: -103px 0;
}

