jQuery(document).ready(function($) {

	$('#carousel .item').slidingGallery({
		container: $('#carousel'),
		circular: false,
		slideSpeed: 500,
		gutterWidth: 100,
		Lwidth: 330,
		Lheight: 275,
		next: '#next',
		prev: '#prev'
	});
	
});

$(window).unload(function () {
	if(typeof(GUnload) !== 'undefined') {
		GUnload();
	}
});

