@charset "utf-8";

/*** START:GALLERY ***/

ul#gallery {
	list-style:none;
	padding:0 0 0 14px;
	margin:0 auto;
	text-align:center;
	width:693px;
}

ul#gallery li {
	margin:auto;
	display:inline;
	float:left;
	width:220px;
	height:165px;
	background:url('gallery/picturebg.gif') center top no-repeat;
	text-align:center;
	padding:14px 0 0 2px;
}

ul#gallery li img {
	margin:auto;
}
