jQuery(function(){
		 $(".img-swap").live('click', function() {
		 	if ($(this).attr("class") == "img-swap") {
			this.src = this.src.replace("_up","_down");
			} else {
			this.src = this.src.replace("_down","_up");
			}
			$(this).toggleClass("up");
		});
});

$(document).ready(function(){
        $(".slidingDiv").hide();
        $(".show_hide").show();
    	$('.show_hide').click(function(){
    	$(".slidingDiv").slideToggle();
    	});
});



$(document).ready(function(){	
	$("#slider").easySlider({
		prevText:'PRACTICE',
		nextText:'MEET THE TEAM',
		orientation:'vertical'
	});
});

$(document).ready(function() {
			$("#portfolio-project-1").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-2").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-3").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-4").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-5").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-6").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-7").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-8").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-9").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-10").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-11").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-12").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-13").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-14").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			$("#portfolio-project-15").fancybox({
				'width'				: '100%',
				'height'				: 667,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'					: 'iframe'
			});
			
			
			
			

			
		});




















