$(document).ready(function(){

		$('#gallery').bxGallery({	     
        thumbwidth: 60,
        thumbplacement: 'bottom',
		thumbcrop:true,
		croppercent: .15     
	    });


		$('#fontsizer').jfontsizer({
					applyTo: '#productpage',
					changesmall: '1',
					changelarge: '4',
					expire: 30
				});


    });
