$(document).ready(function() {
	$('#slider').nivoSlider({effect:"fade"});
	$(".span-1").height($(".container").height());
});
