/* Gallery page */

/* W=670px w=630px */

#gallery {
	width: 630px;
	margin-right: 20px;
	margin-left: 20px;
}

#gallery h3 {
	margin-top: 27px;
}

#gallery .photoBox {
	float: left;
	width: 104px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #6d6d6d;
	text-align: center;
}

/* IE6 bug */
#gallery .photoBox {
	_display: inline;
}

/*#gallery .photoBox img {
	cursor: pointer;
}

#gallery .photoBox img.nopointer {
	cursor: default;
}*/

/* end css */
