/* ---------------------------------------------------------------------------
	
	Forums Event Design & Production Master Javascript file
	http://www.forumseventdesign.com
	
	Author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

function init()
{
	
	// gallery business 
	$('#gallery').jqGalViewII();
	$(".gvIIContainer .gvIIHolder .gvIIItem:nth-child(4n)").addClass('last-in-row');

}

//Wait till the page has loaded
$(document).ready(function(){
	//////////////////////////////////////////////////////
	//INITIALIZE
	//////////////////////////////////////////////////////
	init();
});