/* <![CDATA[ */

	var $j = jQuery.noConflict();
 
	$j(document).ready(function (){
	
		$j("body").ready(function(){
				$j("body").animate({opacity:"0.2",speed:"fast"});
				$j("body").animate({opacity:"1",speed:"fast"});
			});
			
		$j(".gallery").addClass("clearfix");
			
		$j('.inventory').dataTable({
			"iDisplayLength": -1
		});
      
	});
	

/* ]]> */
