.gallerylayer {
	background-color: none;
	cursor: pointer;
	width:140px;
	height:160px;
	margin:2px;
	display:inline;
	float:left;
	text-align:center;
	vertical-align:top;
}
.gallerytable {
	border-collapse: collapse;
}
.galleryimagebox {
	background-color: none;
	border : 1px;
	border-style : solid;
	border-color : #034174;
	cursor: pointer;
	width:130px;
	height:130px;
	text-align:center;
	vertical-align:middle;
}
.galleryimageboxhover {
	background-color: #93cef5;
	border : 1px;
	border-style : solid;
	border-color : #034174;
	cursor: pointer;
	width:130px;
	height:130px;
	text-align:center;
	vertical-align:middle;
}
.gallerytitle {
	text-align:center;
	vertical-align:bottom;
	height:24px;
	color:#423a33;
	font-size: 11px;
	text-decoration: none;
}
.gallerytitlelayer {
	width:130px;
	overflow-x:hidden;
	white-space:nowrap;
	font-size: 11px;
	text-decoration: none;
}
.gallerytitlelink {
	color:#423a33;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}
.gallerytitlelinkhover {
	cursor: pointer;
	color:#423a33;
	background-color: #93cef5;
	font-size: 11px;
	text-decoration: none;
}
.gallerytitlehover {
	background-color: #93cef5;
	text-align:center;
	vertical-align:bottom;
	height:24px;
	color:#423a33;
	font-size: 11px;
	text-decoration: none;
}
.gallerythumb {
	border:0px;
}