﻿$(document).ready(function() {
	$(".gallery-rotator-container").show();
	$("#gallery-rotator").rotator({
		ms: 5000, //time between rotations in miliseconds
		n: 1, //number of children elements to display
		autoHeight: true // automatically resize the element
	});
});