
Galleria.loadTheme('/global/js/galleria/themes/vpha/galleria.vpha.js');


var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
	$('body').addClickableLogo({
        name: 'Virginia Pharmacists Association',
        url: 'http://www.virginiapharmacists.org'
    });
    
	// Marketing Banner
    $('#banner ul').incMarketingBanner({
    	showButtons: true,
    	buttonText: {
    		prevText: '',
    		nextText: ''
    	}
    });
	
	// Galleria
	$('#galleria').galleria({
		autoplay: true,
		thumbnails: true
	});
						   
});

