jQuery.noConflict();
jQuery(function(){
	//$(".the_image").removeClass("show_image");
	//$(".the_image").addClass("hide_image");
	alert("Hello");
	//$(".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>');
	window.parent.document.getElementById('img_block').style.visibility = "hidden";
	window.parent.document.getElementById('img_main').style.visibility = "hidden";
	//$('body').prepend('<div class="the_image hide_image" style="width:100%;height:100%;background:black;opacity:0.6;filter:alpha(opacity=60);position:absolute;z-index:2147483581;"></div><div id="" style="width:600px;margin:auto;"><div class="the_image hide_image" style="position:fixed;z-index:2147483583;width:600px;color:black;text-align:center;font-size:27px;background:white;height:250px;padding:50px 0;border-bottom-right-radius:10px;border-bottom-left-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><script type="text/javascript">$(function(){$(".the_image").addClass("hide_image");});</script>');
	Shadowbox.init();
	
	
	jQuery('#slider').jcarousel({
		scroll: 1,
        visible: 1,
        buttonNextHTML: '<div>next</div>',
        buttonPrevHTML: '<div>prev</div>'
    });
	
});


