var $j = jQuery.noConflict();

$j(function(){
	$j('img.nojava').css('display', 'block');
    $j("#slide_show_gal").cycle('fade');

});
