

$(document).ready(function(){
		h = $(window).height();
		$('#container').css({minHeight: 400 + "px"});

		h2 = $('#container').height();
		//$('#right_box').height(h2-267);
		
		$('#page_img').cycle({
			speed:  1000
		});
	
});
