/* This contains styles loaded only when on the 'home' page, not any of it's descendants */

/*
.gallery_list_wrapper li, .gallery_list_wrapper li a {
	min-height:120px;
}

*/
.gallery_list_wrapper li img {
	width:50px;
	height:50px;
}

.maincontent .gallery_list_wrapper {
	width:190px;
}
.gallery_list_wrapper a:link, .gallery_list_wrapper a:visited, .gallery_list_wrapper a:hover, .gallery_list_wrapper a:active {
	awidth:185px;
	padding:5px 0px;
	min-height: 100px;
}

.gallery_list_wrapper .results_totals {
	width:5.5em;
	text-align: right;
}

.gallery_list_wrapper#box_news {
	float:right;
	width:170px;/*a bit less than half*/
}

.gallery_list_wrapper#box_news li a {
	width: 170px;
}

.gallery_list_wrapper#box_events {
	float:left;
	width:210px;/*a bit more than half*/
}

.gallery_list_wrapper#box_events li a {
	width: 210px;
}

.gallery_list_wrapper#box_news .h3 {
	font-size: 120%;
}
.gallery_list_wrapper#box_news li {
background-color: transparent;
}



.lightwindow {
	display:none;
}