var teamCarousel = function(){
	if ( $().owlCarousel ) {
		$(".panel-grid-cell .roll-team").owlCarousel({
			navigation : false,
			pagination: true,
			responsive: true,
			items: 4,
			itemsDesktopSmall: [1400,4],
			itemsTablet:[970,2],
			itemsTabletSmall: [600,1],
			itemsMobile: [360,1],
			touchDrag: true,
			mouseDrag: true,
			autoHeight: false,
			autoPlay: false,
		}); // end owlCarousel
	} // end if
};