elixirQuery(document).ready(function() {
	var imagePath = RwGet.pathto('images/editable_images/','banner_');
	
	elixirQuery('<div id="slideshow"><img src="' + imagePath + '16.jpg" /><img src="' + imagePath + '17.jpg" /><img src="' + imagePath + '18.jpg" /><img src="' + imagePath + '19.jpg" /><img src="' + imagePath + '20.jpg" /></div>').appendTo('#banner');
	elixirQuery('<div id="slideshowNav"></div>').appendTo('#shelf');
	elixirQuery('#bannerImage').hide();
		
});

    
