$(document).ready(function() {
	
	$(".fancybox_normal").fancybox({
		//'titlePosition'		: 'inside',
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});
	$('#banners').cycle({ 
		fx:      'fade', 
		speed:    3000, 
		timeout:  8000,
		slideExpr: '.rotate_img',
		pager:   '#cyclenav'
	});
	
	$(".clickable").click( function() {
	    window.location = $("a", this).attr("href");
    	return false;
	});
	
	//Scrollbar
	$('.scrolling_content').scrollbar({
		arrows: false
	});
	
	//Equal Height
	$('.services-box-4 .box_middle, .pay_par_click_top_main .pay_par_click_rpt').equalHeightColumns();
	
	
});
