#gallery {
	width:680px;
}

#gallery div {
	float: left;
	margin: 20px;
	width: 180px;
	height: 210px;
	text-align:center;
	background-image: url(../images/events/back.gif);
	background-repeat: no-repeat;
	background-position:top middle;
}

#gallery div a {
	width: 150px;
}

#gallery div img {
	height: 150px;
	margin-top: 16px;
	margin-bottom: 4px;
}
