$(function() {
	$('#srcoll_img').each(function() {
		eval($(this).text());
	});
	
	$('#s1').cycle({
		fx:     'scrollHorz',
		prev:   '.prev',
		next:   '.next',
		timeout: 5000
	});
	$('#fW_Content').cycle({
		fx:     'scrollLeft',
		timeout: 5000
	});
});