/* <![CDATA[ */

$(document).ready(function() {
$(".slideshow") 
.before('<div id="nav">') 
.cycle({ 
    fx:     'fade', 
    speed:  700, 
    timeout: 8000, 
    pager:  '#nav' 
});

		$("#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',
		'swf'			: {
			 'wmode'		: 'transparent',
			'allowfullscreen'	: 'true'
		}
		});
		
		return false;
		});

});
/* ]]> */







