jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        start: 1,
        scroll:3
    });


$(document).ready(function() {
	$("#myform").validate({
         
		 rules : {
                        email : "required email",
                        quest : "required",
			name :  "required",
                 },






	});
});





});







function load_img(path) {
jQuery(document).ready(function() {
 
 $('#img_ittem').fadeOut("slow", function() {
 $('#img_ittem').attr("src",path);
 $('#img_ittem').bind('load',function() {
 $('#img_ittem').fadeIn("slow");
  });
 });

});
}




/*
function load_img(path) {
jQuery(document).ready(function() {
 
 $('#img_ittem').fadeOut("slow");
 $('#img_ittem').attr("src",path);
 $('#img_ittem').bind('load',function() {
 $('#img_ittem').fadeIn("slow");
  });
 

});
}

*/



/*
function show_full() {
jQuery(document).ready(function() {
 path = $('#img_ittem').attr("src");

 layer_img = '<div><img src='+path+'></div>';
 $('#full_size').html(layer_img);
 $('#full_size').find('img').bind('load',function() {
                                $('#full_size').fadeIn("slow");                  
                                  });

});
}
*/
