$(document).ready(function(){

	$('a[rel=fancy]').fancybox({
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'titlePosition'	: 'over',
		'hideOnContentClick' : true
	});

	$('a.jqzoomed').jqzoom({
		zoomType: 'reverse',
		alwaysOn : false,
		zoomWidth: 400,
		zoomHeight:400,
		position:'right',
		xOffset:15,
		yOffset:0,
		preloadText:'Загрузка изображения',
		title: false
	});

	$("#newsticker").marquee();

});

