#gallery div.galleryItem {
	width:92px;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	background:#b8b8b8;
}

#gallery div.galleryItemText{
	padding: 2px 6px 2px 6px;
	border-right: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	color: #000;
	font-weight: normal;
	height:34px;
	background:#FFF;
}

#gallery div img{
	border: 0px;
}