function featuresGallery() {
	var myGallery = new gallery($('features-gallery'), {
		timed: true,
		delay: 7000,
		showCarousel: true,
		showArrows: true,
		thumbHeight: 75,
		thumbWidth: 155,
		textShowCarousel: "View All Features"
	});
}

jQuery(document).ready(function($){
	/* $("features-gallery").css('visibility', 'visible'); */
	featuresGallery();
});
