/* CSS Document for Gallery */

.gallery{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_galleries.gif);
	background-repeat: repeat-y;
	padding: 0px 20px;
	}
.galleryBtm{
	background-image: url(../images/gal_border_btm.gif);
	background-repeat: no-repeat;
	}
.galleryTop{
	background-image: url(../images/gal_border_top.gif);
	background-repeat: no-repeat;
	}
.loading{
	color: #45619B;
	}
#eventImg{
	}
.lgGalleryImg{
	height: 420;
	text-align: center;
	width: 420px;
	}
#thumbs{
	height: 400px;
	overflow: auto;
	padding: 10px;
	width: 260px;
	}
#thumbs img{
	border: 1px solid #8e5d3f;
	height: 56px;
	width: 56px;
	}
*html #thumbs img{
	border: 1px solid #8e5d3f;
	height: 55px;
	width: 55px;
	}
#thumbs img:hover, #thumbs img.hover{
	border-color: #ff0000;
	-moz-opacity:0.3;
	opacity: .3;
	filter: alpha(opacity=50);
	}
.thumbsCell{
	vertical-align: top;
	width: 291px;
	}

