stepcarousel.setup({
	galleryid: 'mygallery', //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:5000},
	panelbehavior: {speed:1000, wraparound:false, persist:false},
	defaultbuttons: {enable: true, moveby: 1, leftnav: ['templates/images/revolver_LEFT.jpg', -15, -2], rightnav: ['templates/images/revolver_RIGHT.jpg', -22, -2]},
	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']
})


jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img>").attr("src", arguments[i]);
  }
}

$.preloadImages(
"templates/images/nav_btn_PPC_on.gif", 
"templates/images/nav_btn_SEO_on.gif",
"templates/images/nav_btn_TC_on.gif",
"templates/images/nav_btn_AE_on.gif",
"templates/images/nav_btn_blog_on.gif",
"templates/images/nav_btn_contact_on.gif",
"templates/images/btn_SEOREPORT_over.gif",
"templates/images/search_quote_btn_over.gif",
"templates/images/nav_btn_contact_on.gif",
"templates/images/btn_SEOREPORT.gif",
"templates/images/btn_SEOREPORT_over.gif",
"templates/images/nav_btn_AE_on.gif",
"templates/images/nav_btn_blog_on.gif",
"templates/images/nav_btn_contact_on.gif",
"templates/images/nav_btn_home.gif",
"templates/images/nav_btn_home_on.gif",
"templates/images/nav_btn_PPC_on.gif",
"templates/images/nav_btn_SEO_on.gif",
"templates/images/nav_btn_TC_on.gif",
"templates/images/search_hover.gif",
"templates/images/search_nav_AE_btn.gif",
"templates/images/search_nav_blog_btn.gif",
"templates/images/search_nav_contact_btn.gif",
"templates/images/search_nav_home_btn.gif",
"templates/images/search_nav_PPC_btn.gif",
"templates/images/search_nav_PPC_btn_over.gif",
"templates/images/search_nav_SEO_btn.gif",
"templates/images/search_nav_SEO_btn_over.gif",
"templates/images/search_nav_TC_btn.gif",
"templates/images/search_quote_btn.gif",
"templates/images/search_quote_btn_over.gif"
);
