$(document).ready(function () {
	$("a.lightbox").lightbox();
	
	$('#features').jshowoff({ 
		controlText: {play: ' ', pause:' ', previous:' ', next:' ' } ,
		hoverPause: false,
		speed: 4000,
		effect: 'slideLeft',
		links: false

	});
});
