$(document).ready(function() { 

   	// Facebox
	$('a[rel*=facebox]').facebox();

	// Slider
	$('#slider').s3Slider({ 
    	timeOut: 4000
    });


    
});
