$(function(){
	$('#slides1').fmt({
		maxheight: 350,
		thumbwidth: 75,
		thumbplacement: 'left',
		thumbcontainer: 90
	});
});

$(function(){
	$('#slides2').fmt({
		maxheight: 350,
		thumbwidth: 60,
		thumbplacement: 'left',
		thumbcontainer: 90
	});
});
