/*

	-- -- -- -- -- -- --
	AirCorrect Inc.
	section-gallery.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

.large {
	width: 304px;
	height: 229px;
	display: block;
	display: none;
}

.thumb {
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	margin: 3px;
}

.thumb img {
	width: 75px;
	height: 75px;
	display: block;
	background: url(../images/ui/gallery/corners-off.png) no-repeat;
}

.thumb img:hover {
	cursor: pointer;
	background: url(../images/ui/gallery/corners-on.png) no-repeat;
}

.loading {
	width: 304px;
	height: 229px;
	display: block;
	margin: 20px auto;
	background: url(../images/ui/gallery/loading.gif) 50% 50% no-repeat;
}