/* @author matthias tanner mt@iwaves.at */

.gallery{
	float: left;
	display: block;
	clear: both;
}

.gallery a{
	float: left;
	margin: 5px;
	width: 45px;
	height: 45px;
	overflow: hidden;
}