
div.gallery div.galimage{
	float:left;
}

div.gallery div.galimage .description{
	float:none;
	font-size:10px;
}
.imagecontainer{
	height:120px;
	float:left;
	margin:0 4px 4px 0;
	background-color: #252525;
	text-align:center;
	border:1px solid #6A6A6A;

}
div.gallery{
	width:700px;
	display:block;
	float:none;
	clear:both;
	height:auto;
}
div.gallery div.galimage img{
	border:none;
	margin:auto;
}



div.gallery div.galimage a, div.gallery div.galimage a:visited{

}


div.gallery div.galimage a:hover{
	color:#000;
}

div.gallery div.desc{
	font-size:11px;
	clear:both;
	text-align:center;
	width:115px;
	padding:4px 0 4px 0;
	color:#666666;
}