$("document").ready(function() {
	// Slideshow at Top
	//reference: http://www.catchmyfame.com/2009/08/13/jquery-panel-gallery-1-1-plugin-released/
	$(function(){
		$("#flashContainer #flashSldShow").panelGallery();
	});
	
	$(function() {
		var mainheight = $(".main").css('height');
		
		$(".sideBar").css('height', mainheight);
	});
});