$(document).ready(function()
{
	initSlideShow();
});

function initSlideShow()
{
	$('#hs-show').cycle({
		next: '#hs-next',
		prev: '#hs-prev',
		timeout: 7000,
		pause : true,
		random: 0,
		sync: true
	});
}
