$(function(){
	if( $('*[slider="yes"]').length > 0 ) $('*[slider="yes"]').carousel('photo',1200,7000);
	if( $('a.play').length > 0 ){
		$('a.play').click(function() {
			$.fancybox({
				'padding'		: 0,
				'autoScale'		: false,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none',
				'title'			: this.title,
				'width'			: 940,
				'height'		: 529,
				'href'			: this.href.replace(new RegExp("([0-9])","i"),'moogaloop.swf?clip_id=$1'),
				'type'			: 'swf',
				'swf'			: {
					'wmode'				: 'transparent',
					'allowfullscreen'	: 'true'
				}
			});
			return false;
		});
	}
})
