// box
$(document).ready(function() { 
	$("a.single_image").fancybox({ 
		'zoomOpacity'			: false,						
		'overlayShow'			: false,
		'speedIn'		     	: 200,
		'speedOut'			  : 200,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'showCloseButton' : true,
		'showNavArrows'   : false,
		'hideOnOverlayClick' : true,
		'hideOnContentClick' : true,
		'enableEscapeButton' : true
		
								}); 
	$("a#inline_content").fancybox({ 'hideOnContentClick': true }); 
	$("a.image_group").fancybox({ 
		'zoomOpacity'			: false,						
		'overlayShow'			: false,
		'speedIn'		     	: 200,
		'speedOut'			  : 200,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
								}),
	$('#stiati-container').vTicker({
		speed: 400,
		pause: 3000,
		showItems: 5,
		animation: '',
		mousePause: true,
		height: 530,
		direction: 'up'
  	}),
	$('#news-container').vTicker({
		speed: 500,
		pause: 4000,
		showItems: 3,
		animation: '',
		mousePause: true,
		height: 400,
		direction: 'up'
  	}),
	 $('.slideshow').cycle({
		fx: 'fade' // ex: fade, scrollUp, shuffle, etc...
	});

}); 

