/*image effect jQuery*/
$(document).ready(function(){
	$('#s1').cycle({
		fx: 'turnLeft',
		speed: 1000,
		timeout: 4000
	});
});