			if (!cms.ie(0,6)){
				jQuery(function(){
							/*jQuery('.l-x-title a').hover(function(){ jQuery(this).data('color',jQuery(this).css('color')); jQuery(this).stop().animate({ 'color':'#EC6500' }); }, function(){ jQuery(this).stop().animate({ 'color':jQuery(this).data('color') }); });*/
							jQuery('.cms-object-core_gallery-style-default a').hover(function(){ jQuery(this).stop().animate({ 'opacity':0.5 }); }, function(){ jQuery(this).stop().animate({ 'opacity':1 }); });
							jQuery('a.l-cms-link-youtube').unbind('click').bind('click',function() {
									jQuery.fancybox({
											'padding'		: 0,
											'autoScale'		: false,
											'transitionIn'	: 'none',
											'transitionOut'	: 'none',
											'title'			: this.title,
											'overlayOpacity': 0.9,
											'overlayColor': '#F88F15',
											'width'			: 850,
											'height'		: 504,
											'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
											'type'			: 'swf',
											'swf'			: {
												'wmode'		: 'transparent',
												'allowfullscreen'	: true
											}
										});
									return false;
								});
								jQuery('.color').hover(
									function(){ jQuery(this).stop().animate({ 'backgroundColor':'#F1BE36' }); },
									function(){ jQuery(this).stop().animate({ 'backgroundColor':'#4291B2' }); }
								);
								setTimeout(function(){ jQuery('#logo').animate({ top:16 }, 1000, 'easeOutBounce'); }, 500);
								setTimeout(function(){ jQuery('.l-place-slogan').fadeIn(); }, 1000);
				});
			};

