
					jQuery(document).ready(function(){
										
					jQuery("ul.news-single-images > li > a").fancybox({
						"overlayShow":true,
						"overlayOpacity":0.9,
						"zoomSpeedIn": 1000,
						"zoomSpeedOut": 250 
					})
					
					
					 
					jQuery('ul.news-single-images > li:nth-child(3n)').css('margin','0 0 14px 0');
				});	