$(document).ready(function () {
	var height = $('div#container').height(); 
	$('div#bg-rep').height(height);
	$('div#bg-bottom').css('margin-top',height-7);
        $('#thumbgallery a').lightBox();
});
