$(document).ready(function() {
	/**
	 * Anklickbare Bildevorschau
	 */
	$("#screenshots > a").fancybox();
});