// JavaScript Document
$(document).ready(function() {
	$('#s3slider').css('background-image', 'none'),			   
     $('#s3slider').s3Slider({
      timeOut: 4000
    });
   $(".show-mf").colorbox({inline:true, width:"630px", height:"500px", href:"#more-form"});
}); 