$(document).ready(function() {
	
	// Drop Down
	$('ul.sf-menu').superfish(); 

	// Lightbox
	$("#home-demo-button a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});

	// Testimonials Cycle
    $('#testimonial-cycler').cycle({
		fx: 'fade',
		random: true,
		timeout: 12000,
		cleartypeNoBg: true
	});

	// Demo Cycle 
    $('#demo-cycler').cycle({
		fx: 'fade',
		random: true,
		timeout: 6000,
		cleartypeNoBg: true
	});		
			
});