/* *****************************************
//  WebTank javascript File
//  Title: resize.js
//  File updated: 2009-10-27 18:46:49
// 
//  Do NOT manually edit this generated file
// **************************************** */


var $j = jQuery.noConflict();

$j(document).ready( function() {
		
	if( $j("#product_list > .products") != null ) {
		
		$j("#content").css( "height", $j("#product_list > .products").height() + "px" );
		
	}
	
});