DY=window.DY||{};
$(document).ready(function(){
    $('a[rel="lightbox[roadtrip]"]').attr('rel','lightbox');
	if($.fancybox){
        $("a[rel='lightbox']").fancybox();
    }
	if($("#template").length > 0){
/*	$('#template').cycle({ 
    autostop: 1 
});*/
$("#templatefade").fadeOut(4000);       
}
/*if ($("#templateInterno img").height() < 1){
	$("#templateInterno").hide();
}
else $("#templateInterno").show();*/

if($('.newsRow').length<1){
		$('.news-dx').hide();
	}

    if($(".jqzoom").length > 0){
        $('.miniImgProd a').each(function(){
            $(this).attr('rel','lightbox').addClass('jqzoom');//.attr('href',$(this).children('img').attr('src'));
        });
        $(".jqzoom").fancybox();
    }

    //if($(".jqzoom").length > 0){
    //    $(".jqzoom").jqzoom();
    //}

   /* if($(".imgfinitura").length > 0){
        $('.imgfinitura>img + div>div:empty').parent().remove();
        $('.imgfinitura>img').tooltip({
            tipClass:'tipFiniture'
        }).dynamic({
            bottom: {
                direction: 'down',
                bounce: true
            }
        });
    }*/

    $('.immagine_prodotto img').each(function(){
        $(this).css('marginLeft',($('.immagine_prodotto').width()-$(this).width())/2+'px');
    });


  //  $('#box-middle').css('minHeight',($(window).height()-($('#box-header').outerHeight(true)+$('#box-footer').outerHeight(true)))+'px');

 //   $('#box-sx').css('minHeight',$('#box-middle').height());
});


