jQuery.noConflict();
jQuery(function() {
jQuery("#top_pic").easySlider({
		auto: true, 
		continuous: true,
controlsShow: true,
		numeric: true,
		pause: 5000
});
});
    jQuery(function() {
        jQuery('a.gallery').lightBox();
    });
