/**
 * @author KG
 */

// $(function(){
//	$('#letters a').live('click', function(e){
//		e.preventDefault();
//		
//		var plots = {
//			container: $('.tbl_border'),
//			content: $('#plots_tbl'),
//			target : $(this).attr('href') + ' #plots_tbl'
//		}
//		
//		plots.content.animate({opacity:0}, 400, "easeInOutCubic", function(){
//			
//				plots.container.load(plots.target, function (){
//				
//				$.getScript("http://localhost/rhodes/wp-content/themes/new/js/lightbox.js", function (){
//					$(".lightbox").lightbox({
//			   			fitToScreen: true,
//		    			imageClickClose: false
//		    			});
//				});
//				
//				plots.content.show({opacity:1}, 500, "easeInOutCubic");
//			});
//		});
//		
//	});
//});
