$(function(){
	$('#middle').jScrollPane({scrollbarWidth: 10, showArrows:true});
	$('.corner').corner("10px");
	$('.cornertop').corner("top 10px");
	$('#serv_gal').galleryView({
		panel_width: 290,
		panel_height: 436,
		show_filmstrip: false,
		nav_theme: 'light',
	});
	



});

