// JavaScript Document
$(document).ready(function() {	
		 if($('#container-left').height()+70 < $('body').height()) {
			 	$( '#container-left' ).scrollFollow({
						speed: 1000,
						offset: 60,
					});
			}
	});
