jQuery(document).ready(function (){
	jQuery("#b_p_close").click(function (){
		jQuery("#popup").fadeOut('slow');
	});
	
    jQuery('#carouselvideos').jcarousel();
});