$(document).ready(function() {
	/*start header images animation */
	$("#slideImg_0").fadeIn("slow", function() {
		$("#slideImg_1").fadeIn("slow", function() {
			$("#slideImg_2").fadeIn("slow", function() {
				$("#slideImg_3").fadeIn("slow");
			});
		});
	});
	/*stop header images animation */
	
	/* start colorbox gallery*/
	$("a[rel='gallery']").colorbox();
	/**stop colorbox gallery */
			
});
