//* Slider Starts *//
		var flashvars = {};
		flashvars.xml = "slideshow/config.xml";
		flashvars.font = "font.swf";
		var attributes = {};
		attributes.wmode = "transparent";
		attributes.id = "slider";
		swfobject.embedSWF("slideshow/cu3er.swf", "featured_image", "940", "420", "9", "expressInstall.swf", flashvars, attributes);
//* Slider Ends *//

//* Fancybox Starts *//	
	jQuery(document).ready(function() {
	jQuery("#message1").fancybox({
		padding				: 10,
		width				: 800,
		height				: 450,
		overlayShow			: true,
		overlayOpacity		: 0.80,
		overlayColor		: 'black',
		hideOnOverlayClick	: false,
		titleShow			: true,
		titlePosition		: 'over',
		transitionIn		: 'elastic',
		transitionOut		: 'fade',
		href				: 'http://vimeo.com/moogaloop.swf?clip_id=13854702&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1',
		type				: 'swf',
		swf					: {
				'allowfullscreen'	: 'true' }
		});
	});
	
	jQuery(document).ready(function() {
	jQuery("#message2").fancybox({
		padding				: 10,
		width				: 800,
		height				: 450,
		overlayShow			: true,
		overlayOpacity		: 0.80,
		overlayColor		: 'black',
		hideOnOverlayClick	: false,
		titleShow			: true,
		titlePosition		: 'over',
		transitionIn		: 'elastic',
		transitionOut		: 'fade',
		href				: 'http://vimeo.com/moogaloop.swf?clip_id=13854702&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1',
		type				: 'swf',
		swf					: {
				'allowfullscreen'	: 'true' }
		});
	});
	
		jQuery(document).ready(function() {
		jQuery("#news1").fancybox({
		padding				: 10,
		width				: 800,
		height				: 450,
		overlayShow			: true,
		overlayOpacity		: 0.80,
		overlayColor		: 'black',
		hideOnOverlayClick	: false,
		titleShow			: true,
		titlePosition		: 'over',
		transitionIn		: 'elastic',
		transitionOut		: 'fade',
		href				: 'http://vimeo.com/moogaloop.swf?clip_id=8623066&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1',
		type				: 'swf',
		swf					: {
				'allowfullscreen'	: 'true' }
		});
	});

		jQuery(document).ready(function() {
		jQuery("#news2").fancybox({
		padding				: 10,
		width				: 800,
		height				: 450,
		overlayShow			: true,
		overlayOpacity		: 0.80,
		overlayColor		: 'black',
		hideOnOverlayClick	: false,
		titleShow			: true,
		titlePosition		: 'over',
		transitionIn		: 'elastic',
		transitionOut		: 'fade',
		href				: 'http://vimeo.com/moogaloop.swf?clip_id=8623066&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1',
		type				: 'swf',
		swf					: {
				'allowfullscreen'	: 'true' }
		});
	});
//* Fancybox Ends *//

//* Image Hover Begins *//
jQuery(document).ready(function(){
jQuery(".a").hover(
function(){
	jQuery(this).stop().animate({"opacity":"0"}, 750);
	},
function(){
	jQuery(this).stop().animate({"opacity":"1"}, 1000);
	});
});
//* Image Hover Ends *//