.gallery ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.gallery .category ul li h2 a, .gallery .category ul li h4 a{
	display: block;
	background: url(pictures/gallery.jpg) no-repeat left;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 8px 40px;
}
.gallery .category ul li  h2 a:hover, .gallery .category ul li  h4 a:hover{
	text-decoration: underline;
}
.gallery  div.about_event{
	background-color: #E9BC5F;
	border: 1px solid grey;
	padding: 3px;
	margin: 1px 60% 5px 0;
}
.gallery div.about_event h3{
	margin: 0;
}


.gallery .pictures li{
	display: block;
	float: left;

}
.gallery .pictures li a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	width:100px;
	height: 80px;
	background: #FFA500;
	margin: 5px 5px 0 0;
	text-align: center;	
	border: 1px solid black;
}
.gallery .pictures li a:hover{
	border-color: #FFA500;
	background-color: #F6DC8F;
}
.gallery b.title{
	display: block;
}
.gallery .pictures li a img{
	border: 1px solid black;
	margin: 1px;
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
}
.gallery .pictures li a:hover img{
	border: 1px solid #FFA500;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

.gallery .bottom{
	float: left;
	clear: both;
	margin-top: 30px;
}

.gallery_random{
	text-align: center;
}

