$(document).ready(function() {
	$('#slider').s3Slider({
		timeOut: 3000
	});
	
	$("a.sch_popup").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'     	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	

	
});
