$(document).ready(function(){
				$("#contact").slideBox({width: "100%", height: "470px", position: "top"});
			});




$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true, 
		continuous: true,
		pause: 7000
	});
});	