$(document).ready(function(){
	
	 $('#ourDataCenterImages a').lightBox();
	
	  $('#gallery_1 a').lightBox(); 
	  $('#gallery_2 a').lightBox();  
	     
	 var i = 0;
	 	
		/*$("#content").find("ul.thumbs").each(function(i){
				$("#gallery_"+i).easySlider({
				prevId: 'btnPrev_'+i,
				nextId: 'btnNext_'+i,
				imgCount: 5
			});
			
			 $('#gallery_'+i+' a').lightBox();
			 	
			});*/
			
		$("#gallery_1").easySlider({
				prevId: 'btnPrev_1',
				nextId: 'btnNext_1',
				imgCount: 5	
		});
			 
			
		$("#gallery_2").easySlider({
				prevId: 'btnPrev_2',
				nextId: 'btnNext_2',
				imgCount: 5	
		});

		
});
