jQuery(document).ready(function() {

$(".video").fancybox({
'padding'       : 0,
'autoScale'     : false,
'transitionIn': 'none',
'transitionOut': 'none',
			'titlePosition'		: 'outside',
			'overlayColor'		: '#000',
			'overlayOpacity'	: 0.9,
'width': 400,
'height': 300,
'href': this.href,
'type': 'swf',
'swf': {
'wmode': 'transparent',
'allowfullscreen'       : 'true',
}
}); 

$(".video2").fancybox({
'padding'       : 0,
'autoScale'     : false,
'transitionIn': 'none',
'transitionOut': 'none',
			'titlePosition'		: 'outside',
			'overlayColor'		: '#000',
			'overlayOpacity'	: 0.9,
'width': 889,
'height': 500,
'href': this.href,
'type': 'swf',
'swf': {
'wmode': 'transparent',
'allowfullscreen'       : 'true',
}
}); 

	$(".fancybox").fancybox({
			'titlePosition'		: 'outside',
			'overlayColor'		: '#000',
			'overlayOpacity'	: 0.9,
			'margin'			: 20,
	});
	



	animatedcollapse.show('bio');

});

