function reSize() {
	/*$('.spotlight-img').jScale(
									{w:'250px'}
							  );*/
	
	/*$('.best-buy-image').jScale(
									{w:'100px'}
							  );*/
	
	$('.featured-img').jScale(
									{w:'225px'}
							  );
	
	$('.content-row-img').jScale(
									{w:'140px'}
							  );
}
