@charset "UTF-8";
/* Beltaine - Gallery */

.galBody {
	width:900px;
	background-color:#fff;
	margin-left:13px;
	
}
.galflickWrap {
	margin-left:10px;
	
}
.galErrTxt {
	font-family:Lucida Grande, Arial;
	font-size:18px;
	color:#333333;
	font-weight:bold;
}
.galImgLnk, .galImgLnk a:link, .galImgLnk a:visited {
	font-family:Lucida Grande, Arial;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	vertical-align:top;
}
.galImgLnk a:active, .galImgLnk a:hover {
	color:#fff;
	background-color:#333333;
}
.galflickImgBck, .galflickImgBck a:link, .galflickImgBck a:visited {
	background-image:url(../../assets/imgBck.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:91px;
	height:95px;
	border:none;
	text-decoration:none;
}
.galImgViewWrap {
	width:700px;
}
.galTitle, .galTitle a:link, .galTitle a:visited {
	font-family:Lucida Grande;
	font-size:24px;
	color:#333333;
	margin-left:10px;
	border-bottom:#E9E9E9 dotted thin;
	margin-right:10px;
	text-decoration:none;
}
.galTitle a:hover, .galTitle a:active {
	color:#fff;
	background-color:#333;
}
.galFlickLinkWrap{
	float:right;
	margin-right:10px;

}
.galFlickLink, .galFlickLink a:link, .galFlickLink a:visited {
	font-family:Lucida Grande, Arial;
	font-size:10px;
	color:#D9D9D9;
	text-decoration:none;
}
.galFlickLink a:active, .galFlickLink a:hover {
	color:#666;
}
