/* CSS Document */

div.galleryimage{
	width:145px;
	padding:5px;
	float:left;
	border:solid 1px #47244b;
	margin:2px;
}

#body div.galleryimage img{
	padding:0px;
	margin:0px;
	width:145px;
	height:145px;
}

div.descriptionholder{
	display:table;
	height:30px;
	#position:relative;
	overflow:hidden;
}
div.descriptionholder2{
	#position:absolute;
	#top:50%;
	display:table-cell;
	vertical-align:middle;
}
div.description{
	#position:relative;
	#top:-50%;
	text-align:center;
	width:145px;
}