#seasons img { cursor: pointer; }

#newshead a, #agendahead a
{
	text-decoration: none;
}

#newshead a:hover, #agendahead a:hover
{
	text-decoration: underline;
}

#item_list
{
	list-style: none;
}

#menuli .invisible
{
	display: none;
}

#gallery
{
	list-style: none;
	text-align: center;
	margin: 30px 0;
}

#gallery li
{
	display: inline-block;
}

#gallery li img
{
	height: 50px;
	margin-right: 5px;
	border: 1px solid #aaa;
}

#gallery li img:hover
{
	 border-color: #777;
}
