#content{
	width: 750px;
	margin: 0 0 0 100px;
	display:block;
	float:left;
}

.gallery-entry{
	width: 100%;
	font-weight:600;
	font-size:15px;
	margin: 0 0 20px 0;
}

.gallery-logo {
	/* width: 200px; */
	height: 200px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.gallery-logo img{
	/* width: 180px; */
	height: 180px;
	border: 2px solid #F0F0F0;
	cursor: pointer;
}

.gallery-header{
	margin: 0 0 10px 0;
}

.gallery-description{
	font-weight:normal;
	font-size: 0.8em;
	margin: 0 0 10px 0;
	min-height: 160px;
}

.gallery-thumbnails{
	clear:both;
	float: left;
	margin: 0 0 10px 0;
}
.gallery-thumbnails  img{
	border: 0px;
}
