// JavaScript Document
if(screen.width < 1600){ 
   document.getElementById("ribbon").style.display="none";
};

		stepcarousel.setup({
				galleryid: 'slider', //id of carousel DIV
				beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
				panelclass: 'panel', //class of panel DIVs each holding content
				autostep: {enable:true, moveby:1, pause:6500},
				panelbehavior: {speed:500, wraparound:true, persist:true},
				defaultbuttons: {enable: true, moveby: 1, leftnav: ['template2/images/bt-prev.png', 0, 250], rightnav: ['template2/images/bt-next.png', -60, 250]},
				statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
				contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
			})