/** 
 * Changes the ul named gallery into a galleria gallery
 *
 * @author Nathan White
 * @requires jQuery
 * @requires jquery.galleria.min.js
 */

$(window).ready(function()
{
	$('ul.gallery').galleria();
});