//Alter the page CSS to accommodate the javascript controls  
$('#imgbox').css({'display' : 'none'});
$('#imgshow').css({'display' : 'inline-block'});
//$('#imgbox').css({'margin' : 'auto'});
//Slideshow function
$.init_slide('slideholder','imgshow',0,500,4500,1);
