.galleryDiv{
	width:850px;

	margin:auto auto;
}
.galleryDiv img:hover{
	cursor:pointer;
	opacity:0.5;
}
.galleryTr > td{
	width:260px;
	height:190px;
	background-color:#FFF;
	display:table-cell;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
}
.galleryDesc{
	font-family: 'Lato-Regular';
	font-size:9pt;
	color:#898a8c;
}
.galleryDesc td:first-child{
	width:30px;
	height:30px;
	border-right:2px dashed #666666;	
	color:#000;
	font-family: 'Lato-Bold';
}

.galleryTitle{
	padding-top:20px;
	font-family: 'Lato-Bold';
	font-size:20pt;
	text-align:center;
}
.galleryText{
	padding:10px;
	color:#999;
	font-family: 'Lato-Regular';
	font-size:12pt;
	text-align:center;
}
.galleryPage{
	text-align:center;
	padding:20px;
}
.galleryPage a{
	text-decoration:none;
	font-family: 'Lato-Regular';
	font-size:12pt;
	color:#666;
}
.galleryPage a:hover{
	color:#00F;
}