﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('#subnav ul li a, .newsletter-title, #subnav ul li a.active', {hover: true});
		
		$('.scalableType #scalable-bg').ezBgResize();
		
		 $('.home #scalable-bg').cycle({
			slideResize: 0,
			timeout: 5000,
			containerResize: 0,
			cleartypeNoBg: true,
			prev:   '#prev', 
    		next:   '#next'
			//fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});
		 
		 $('.company #scalable-bg, .space #scalable-bg, .kitchens #scalable-bg, .cycle-text').cycle({
			slideResize: 0,
			containerResize: 0,
			cleartypeNoBg: true,
			prev:   '#prev', 
			timeout: 0,
			//random: 1,
    		next:   '#next'
			//fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});
		 
		 
		/*$('#prev, #next').click(function (){
			$('.cycle-content').fadeOut();								  
		});*/
		
		var scrollerHeight = $('#content').height();
 
		$('.space .m-w2').css('min-height', parseInt('150')+scrollerHeight+'px');

	//$('.gallery a').fancybox();

//	Superfish drop-down menus
//		$('.main-nav ul.L1').superfish({
//			delay: 500, // one second delay on mouseout
//			animation: { opacity: 'show' }, // fade-in and slide-down animation
//			speed: 'fast', // faster animation speed
//			autoArrows: false,
//			dropShadows: false
//		}); 		

		Cufon.refresh();
	}); 
})(jQuery);
