// JavaScript Document
$(document).ready(function() {
	/*$("#animate_veil").fadeOut(3000, function(){
		$(this).fadeIn(2000, function(){
			$('#posh_p, #posh_s').fadeOut(3000);
		  });
	  });*/

	$('#gallery_jq').gallery({
	  interval: 5500,
	  height: '500px',
	  width: '800px'
	});

	$('#gallery_jq').bind("contextmenu",function(e){
              return false;
    });

/*$('#animate_veil').fadeOut("slow");*/
});