.gallerylayer {
	background-color:transparent;
	cursor: pointer;
	width:133px;
	height:160px;
	margin:7px;
	margin-left:0px;
	display:inline;
	float:left;
	text-align:center;
	vertical-align:top;
}
.gallerytable {
	border-collapse: collapse;
}
.galleryimagebox {
	background-color:#FFF;
	border : 1px;
	border-style : solid;
	border-color : #640F6D;
	cursor: pointer;
	width:110px;
	height:110px;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
.galleryimageboxhover {
	background-color:#F5F5F6;
	border : 1px;
	border-style : solid;
	border-color : #939598;
	cursor: pointer;
	width:110px;
	height:110px;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
.gallerytitle {
	text-align:center;
	vertical-align:top;
	height:24px;
	color:#000000;
}
.gallerytitlelayer {
	width:110px;
	overflow-x:hidden;
	white-space:nowrap;
}
.gallerytitlelink {
	cursor: pointer;
}

div#content a.gallerytitlelinkhover {
	cursor: pointer;
	color:#000000;
	background-color: transparent;
}
div#content a.gallerytitlehover {
	background-color: #C3E1F4;
	text-align:center;
	vertical-align:bottom;
	height:24px;
	color:#000000;
}
.gallerythumb {
	border:0px;
}