/* <![CDATA[ */

$(document).ready(function() {
	
		$(".slideshow") 
		.cycle({ 
		fx:     'fade', 
		speed:  600, 
		timeout: 7700
		});
	
	
$("a[rel=gallery]").fancybox();
	

		$(".fvideo").click(function() {
		$.fancybox({
		'padding'		: 10,
		'autoScale'		: true,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'title'			: this.title,
		'href'			: this.href = this.href.replace(new RegExp("watch\\?v=", "i"), 'v/') + '&autoplay=1',
		'type'			: 'swf',
		'width'			: 445,
		'height'		: 350,
		'swf'			: {
			 'wmode'		: 'transparent',
			'allowfullscreen'	: 'true'
		}
		});
		
		return false;
		});
		
});
/* ]]> */
