// JavaScript Document

$(document).ready(function(){
	$('.header').hide().fadeIn(4000);
	$('.main_adds_img').hide().load(function() {
		$(this).fadeIn(3000);});
	$('.spec_img').hide().load(function() {
		$(this).fadeIn(3000);});
	});
