function innitGallery()
{


	$('.galleryblock').SlidingGallery(
	{
		thumbWidth: 98,
		thumbCount: 5
	});



}

