﻿/****************************************************************

	Global site script
	Dependencies: jQuery, colorbox
	
****************************************************************/

$(function()
{

	$("a[rel=imagePopup]").colorbox({ photo: true });
	$(".colorboxOpen").colorbox({ iframe: true,width:"600px", height:"80%" });
	$(".colorboxNewCars").colorbox({ iframe: true,width:"65%", height:"90%" });
	$(".colorboxOffers").colorbox({ iframe: true, width: "70%", height: "95%" });

});

