.gallerylayer {
	background-color: transparant;
	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: transparant;
	border : 1px;
	border-style : solid;
	border-color : #999999;
	cursor: pointer;
	width:130px;
	height:130px;
	text-align:center;
	vertical-align:middle;
}
.galleryimageboxhover {
	background-color: #bec5c8;
	border : 1px;
	border-style : solid;
	border-color : #f1671e;
	cursor: pointer;
	width:130px;
	height:130px;
	text-align:center;
	vertical-align:middle;
}
.gallerytitle {
	text-align:center;
	vertical-align:bottom;
	height:24px;
	color:#FF0000;
}
.gallerytitlelayer {
	width:130px;
	overflow-x:hidden;
	white-space:nowrap;
}
.gallerytitlelink {
	color:#000000;
	cursor: pointer;
}
.gallerytitlelinkhover {
	cursor: pointer;
	color:#000000;
	background-color: transparant;
}
.gallerytitlehover {
	background-color: #C3E1F4;
	text-align:center;
	vertical-align:bottom;
	height:24px;
	color:#FF0000;
}
.gallerythumb {
	border:0px;
}
