#inhalt { max-width: none; }

li.gallery_container {
	float: left;
	list-style-type: none;
	width: 220px;
	height: 220px;;
	margin: 6px;
	padding: 0;
	text-align: center;
    border: 1px solid #eaeaea;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

li.gallery_container_small {
    width: 160px;
    height: 160px;
    border: 1px solid transparent;
}

li.gallery_container div.content {
    margin: 0 auto;
	text-align: center;
	width: 160px;
	height: 160px;
	vertical-align: middle;
    background: url('../pictures/main/gallery_back.png') no-repeat center center;
}

li.gallery_container div.content img {
	padding: 20px;
}

