.gallery ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.gallery .category ul li {
	clear:both;
	margin-bottom:10px;
}
.gallery .category .lead{
	margin-top:3px;
}
.gallery .category .title{
	font-weight:bold;
	font-size:120%;
}
.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 ul{
	margin-right:-80px;
}
.gallery .pictures li{
	display: block;
	float: left;
	background: #f68e1d;
	width:90px;
	height:70px;
	padding:10px;
	margin-right:10px;
	text-align:center;
	border-radius:10px;
	margin-bottom:10px;
	margin-right:60px;
}
.gallery .pictures li a span.title{
	display:block;
	margin-top:2px;
}
.gallery .pictures li a:hover, .gallery .pictures li a:focus{
	
}
.gallery .pictures li a .thumb img{
	display:none;
}
.gallery .pictures li a .thumb{
	width:88px;
	height:50px;
	display:block;
	margin:0 auto;
	background:no-repeat center center;
}

.gallery a.thumb{
	display:block;
	float:left;
	width:80px;
	height:60px;
	background: no-repeat center top url(pictures/gallery.jpg);
	margin:0 8px 8px 0;
}

.gallery b.title{
	display: block;
}
.gallery .pictures li a img{
	
}


.gallery_random{
	text-align: center;
}

