﻿/*
1.21.2011
	AltaVista Benefits
	Excelleweb
*/

/* --- START UP -----------------------------------------------------------*/
$(function(){
	$('.CategoryImage').css({'width':'0px',	'height':'0px'});
	$('#imgPuzzleMain').hide().fadeIn(1500,function(){
		$('#imgLeft').animate({width: '260px', height: '175px'},1500,'linear',function(){
			$('#imgCenter').animate({width: '260px', height: '175px'},1500,'linear',function(){
				$('#imgRight').animate({width: '260px', height: '175px'},1500,'linear');
			});
		});
	});
	

});
