// JavaScript Document

$('#customer_feedback').cycle({ 
    fx:     'fade', 
    timeout: 0, 
		next:   '#nextcust', 
    prev:   '#prevcust' 
});

$(document).ready(function() {
	$("#sample").fancybox();
});

