jQuery(document).ready(function(){
	
	jQuery('a[rel*="lightbox"]').lightBox();
	
	jQuery('#slider1').s3Slider({
		timeOut: 6000 
	});

});
