$(document).ready(function (){
	$('#slider').cycle({ 
		fx:      'scrollHorz', 
		speed:    1000, 
		timeout:  5000 
	});

	if($('#sliderwrap').length() = 0){
		$('#page-wrap').css('height', '1050px');
	}

});
