$(document).ready(function() {
	$('#s1').cycle({ 
//		fx:    'fadeZoom', 
//		fx:    'growX', 
		fx:    'scrollHorz', 
		sync:   1, 
		speed:  1000,
		timeout: 0,
		pager: '#nav',
		next: '.button_r',
		prev: '.button_l',
		nowrap: 1
	 });
	$('a[rel*=facebox]').facebox({
	});
});