$(document).ready(
	function()
	{		
		$("#modal").modal({
			containerCss:{
				height: 610,
				width: 852,
				color: "#666666"	
			},
			overlayClose:true
		});
	});
