$(window).bind("load", function() {
	$("div#mygalthree").slideView({
		easeFunc: "easeInOutSine",
		easeTime: 500,
		uiBefore: true,
		ttOpacity: 0.5,
		toolTip: false
	});
});
