$(document).ready(function(){
	$('a[rel*=facebox]').facebox() ;
	
	$('#s2').cycle({ 
    fx:    'fade', 
    speed:  2500 
 });
	
});