	$(document).ready(function() {
			
			
			$('#slide_news') 
				.before('<div id="nav">') 
					.cycle({ 
    					fx:     'scrollLeft', 
    					pager:  '#nav',
    					  pagerAnchorBuilder: function(idx, slide) { 
        					return '<li><a href="#">[]</a></li>'; } 
});
		

			$("a[rel=example_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'none',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '';
				}
			});
			
			$("a[rel=example_group2]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'none',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '';
				}
			});
			$("#various4").fancybox({
				'padding'			: 0,
				'autoScale'			: false,
				'autoDimensions'	: false,
				'width'		: 800,
				'height'		: 600,

				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});

		
		        $("#hidden_link").fancybox().trigger('click');
		        
		    //$("#gallery_anim").PikaChoose({carousel:true,carouselOptions:{wrap:'circular'}});
		
		
		});
