$(document).ready(function(){
	
	$('#pg').jphotogrid({
		baseCSS: {
			width: '230px',
			height: '150px',
			padding: '0px'
		},
		selectedCSS: {
			top: '0',
			left: '0',
			width: '690px',
			height: '460px',
			padding: '10px'
		}
	});
		
});