/* Author: 

*/

$('.toggle-accordian').click(function(){
    $(this).toggleClass('collapse').siblings('p').slideToggle();
    return false;
});

$(document).ready(function() {
		
    $(".applynow").fancybox({
        'titleShow'     : false,
        'padding'		: 0,
        'centerOnScroll': true,
        'height'		: 480,
        'width'			: 640,
        'type'			: 'iframe'
    });
    
});






















