/*
 *	jQuery Innerfade
 *  This plugin is used on the homepage.
*/


/* Application Showcase */
jQuery.noConflict();	
	jQuery(document).ready(function(){  	
		jQuery('#slider').innerfade({
				animationtype: 'fade', 
				speed: '3000',
				timeout: 10000,
				type: 'sequence',
				containerheight: 'auto'
		});	
});

/* Client Testimonials */
jQuery.noConflict();	
	jQuery(document).ready(function(){ 
//alert('here!'); 	
load_Snap();
		jQuery('#slider2').innerfade({
				animationtype: 'fade', 
				speed: '3000',
				timeout: 8500,
				type: 'sequence',
				containerheight: 'auto'
		});	
});

	
/* Lightbox */
jQuery.noConflict();	
    jQuery(document).ready(function(){
    jQuery("a#single_1").fancybox({
			'overlayShow'			: true,
			'zoomSpeedIn'			: 300,
			'zoomSpeedOut'			:  480,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack',
			'frameWidth'			: 720,
			'frameHeight'			: 480
			});
    });
	
	jQuery.noConflict() 
	 jQuery(document).ready(function(){
	jQuery("a#movie2").fancybox({ 
			'frameWidth':730, 'frameHeight': 490, 'overlayOpacity':0.6,
			'hideOnContentClick': false,
			'callbackOnClose': function() {
       $("#fancy_content").empty();
       } 
			});
	   });
	   
	   	jQuery.noConflict() 
	 jQuery(document).ready(function(){
	jQuery("a#trial").fancybox({ 
			'frameWidth':720, 'frameHeight': 480, 'overlayOpacity':0.6,
			'hideOnContentClick': false
			});
	   });
