#galerie img {
	border: none;
}

#galerie table {
	margin-bottom: 40px;	
}

.picture_entry {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9a9a9a;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

	.picture {
		float: left;
	}
	
	.picture_short {
		float: left;
		padding-left: 20px;
		width: 300px;
	}
	
	.clearer {
		clear: both;
	}