@charset "utf-8";
/* CSS Document */
#gallery{
/*	clear: both;
*/}

#gallery .thumbImg{
	float: left;
	clear: right;
	margin: 5px;
	width: 75px;
	height: 65px;
	padding: 5px;
	background: url(/images/uploads/gallery/thumbnails/thumb_bg.jpg) top left no-repeat;
}
#gallery .galNav{
	float: left;
	clear: right;
	width: 30px;
	height: 65px;
	padding: 5px;
}

