		jQuery(function(){
			jQuery("#g1").mbGallery( {
				galleryMaxWidth:600,
				galleryWidth:300,
				galleryHeight:300,
				galleryColor:"#333",
				galleryFrameBorder: 12,
				galleryFrameColor:"#000000",

				thumbStripPos: "right",
				thumbStripWidth:250,
				thumbSelectColor: "#fff",
				thumbOverColor : "#cccccc",
				thumbStripColor: "#333333",
				thumbsBorder: 4,
				thumbHeight:50,
				headerOpacity: .8,

				labelColor: "#333333",
				labelColorDisactive:"#333333",
				labelTextColor: "#ffffff",
				labelTextSize:"11px",
				labelHeight:20,

				startFrom:0,
				fadeTime: 500,
				autoSlide:true,
				autoSize : true,
				slideTimer: 5000,
				iconFolder: "http://www1.georgetown.edu/sfs/ksefiles/graphics",
				startTimer:0
			}
				)}
			);
