div.clear {
	clear: both;
}
div.wtgallery_list_area div.wtgallery_list,
div.wtgallery_category_area div.wtgallery_categories {
	float: left;
}
div.wtgallery_list_area div.wtgallery_list_firstofrow,
div.wtgallery_category_area div.wtgallery_category_firstofrow {
	/* Behebt den 3-Pixel-Textsprung-Bug und andere Bugs im IE 6 */ 
	/* hide hack from Mac-IE5 \*/
	height: 1%; 
	/* end hiding */
clear: left;
}