/**/
$(document).ready(
	function(){		

    		$("#grid02 .u1 p")
                //.before('<p style="height: 1px; overflow: hidden; ">&#160</p>')
                .innerfade({
    				speed: 'slow',
    				timeout: 3500,
    				type: 'sequence',
    				containerheight: "115px"
    			});
    			
    		$("#grid02 .u2 p img:gt(0)").hide();
			setTimeout ("$('#grid02 .u2 p').before('<!--<p style=\"height: 1px; overflow: hidden; \">&#160</p>-->').innerfade({	speed: 'slow', timeout: 3500, type: 'sequence',	containerheight: \"115px\"})",1750);
    			
            $("#grid02 .u1 p")
                .each(
                    function(){
                        var myWidth = $(this).find("img").attr("width");
                        $(this).css( "width", myWidth + "px" );         
                    }
                );
		//innerfade end
    		
	}
);
/**/

