.dfGallery_cell{
    margin-right: 20px;
    margin-bottom: 20px;
	width: 270px;
	height: 160px;
	overflow: hidden;
}
.exiflist{
	margin:0;
	padding:0;
	list-style-type:none;
}
.exiflist li{
	font-size: x-small;
}
.dfgPaging a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #797979;
    background-color: #EEEDE6;
 	padding: 4px;
	width: 5em;
}
.dfgPaging a:hover{
	color: #BF3E30;
    background-color: lightblue;
}
.dfg_zurueck{
	float:left;
}
.dfg_vor{
	float:right;
}
.dfgPaging:after{
	content:" ";
	display:block;
	clear:both;
}
