﻿$(document).ready(function() {
	if ($(".miniatury").length > 0) {
		$(".duze_foto a").click(function() {
			$(".miniatury a:first").click();
			return false;
		});

		$(".miniatury a").fancybox({
			'showThumbnails': true,
			'thumbnailsWidth': 94,
			'thumbnailsHeight': 55
		});
	}
	else {
		$(".duze_foto a").fancybox();
    }

    if ($("#google_ads_div_detail_custom_ad_container").length == 0) {

        $("div.top_slot").hide();
        $("div.jedno_ogl_prawa").css("margin-top", '0');
    }

    if ($("#google_ads_div_detail_bottom_ad_container").length == 0) {
        $("div.detail_bottom").hide();
    }



});
