.gallery
{
	width: 100%;
	margin-left: -30px;
}

#main_image
{
	height:300px;
	width:100%;
	text-align: center;
}

.galleria
{
	list-style:none;
}

.galleria li
{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:1px;
}

.galleria li div img
{
	cursor:pointer;
}

.galleria li.active div img,
.galleria li.active div
{
	display:block;
}

.galleria li img.thumb
{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}

* html .galleria li div span{width:400px} /* MSIE bug */

#year_title
{
	width: 100%; 
	padding: 0; 
	height:10px; 
	margin-top: -10px; 
	padding-bottom: 5px;
	color: #99CA40;
}
