﻿Cufon.replace('.fe_box h1,.ev_box h1, .client_test h1, .news_box h1, .l_box h1, .h_title', { fontFamily: 'Century Gothic' });

$(document).ready(function() 
{
    /*Start:- Following code is being used in Default Page */
    $('.testimonials_box .slide');
    setInterval(function() {
        $('.testimonials_box .slide').filter(':visible').fadeOut(1000, function() {
            if ($(this).next('div.slide').size()) {
                $(this).next().fadeIn(1000);
            }
            else {
                $('.testimonials_box .slide').eq(0).fadeIn(1000);
            }
        });
    }, 10000);
    /*End:- Following code is being used in Default Page */
});

$(function() {
    $(".partner_slider").jCarouselLite({
        btnNext: ".next",
        auto: 2500,
        btnPrev: ".prev"
    });
});


$(window).load(function() {
    $('#slider').nivoSlider();
});


$(window).load(function() {
    $('#slider').nivoSlider();
});
