// Carousel //			
$(document).ready(function(){
				
	$(".portfolios-carousel").jCarouselLite({
		btnNext: "#marketing-portfolio-container-scroll-right",
		btnPrev: "#marketing-portfolio-container-scroll-left",
		easing: "easeOutCirc",
		speed: 800,
		visible: 4,
		scroll: 2
	});
});	

// colorbox //
$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='cbox1']").colorbox();
				
});
	
