$(function(){
		$('#banner').cycle({ 
				fx:'scrollLeft',
				pager:'#btn'
		});
	})


$(document).ready(function(){
	$('.jquery span').each(function(index){
		$(this).css('margin-top',($(this).parent().height()-$(this).height())/2+'px');
	});
	$('#fW_Content').cycle({
			fx:    'scrollLeft',
			pager: '#fW_Controls',
			timeout: 1000
 	});
})
