Cufon.replace('.trajan', { fontFamily: 'Trajan', letterSpacing: '0.1px' });


jQuery(window).load(function(){

	height=$("#inner-content .products .mid").height();
	width=$(window).width();
	$('.left-bg-mid').delay(15000).css('height', height);
	$('.left-bg-mid').css('width', width/2);

});



