$(function(){
	//$(".the_image").removeClass("show_image");
	//$(".the_image").addClass("hide_image");
	//alert("test_JQ");
	//$(".the_image").css('display','none');
	//$('body').prepend('<div id="block" style="width:100%;height:100%;background:black;opacity:0.6;filter:alpha(opacity=60);position:absolute;top:0px;left:0px;z-index:999;"></div><div style="width:600px;margin:auto;"><div id="main" style="position:absolute;top:100px;left:100px;z-index:999;width:600px;color:black;text-align:center;font-size:27px;background:white;height:250px;padding:50px 0;border-bottom-radius:10px;"><img src="images/jsa_logo.png" height="50" width="450"/><br /><br /><br />Please wait while the images loads.<br /><br /><br /><img src="images/ajax-loader.gif" width="32" height="32"/></div></div>');
	//$('body').prepend('<script type="text/javascript">$(function(){$(".the_image").addClass("hide_image");});</script>');
	Shadowbox.init();
	
	
	$('#slider').jcarousel({
		scroll: 1,
        visible: 1,
        buttonNextHTML: '<div>next</div>',
        buttonPrevHTML: '<div>prev</div>'
    });
	
});


