#gallery_container{
		clear:both;
}

.image_box{
	width:116px;
	height:150px;
	float:left;
	border:1px solid #DDD;
	padding:4px;
	margin-right:5px;
	margin-bottom:5px;
}


.image_box_news{
	float:left;
	margin:0px 5px 10px 0px;
	padding:0px;
	width:116px;
	height:116px;
}


.image_box_image{
		width:110px;
		height:110px;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto;
		margin-bottom:2px;
		border:1px solid #fff;
}

.image_box_image:hover{
	border:1px solid #666;
}



.image_box_label{
		text-align:center;
		padding-top:2px;
		margin: 0 auto;

		font-family: arial;
		font-size:11px;
}

.image_box_label a:hover{
		font-family: arial;
		font-size:11px;
		text-decoration:underline;
}
