elixirQuery(document).ready(function() {
	var imagePath = RwGet.pathto('images/editable_images/','banner_');
	
	elixirQuery('<div id="slideshow"><img src="' + imagePath + '21.jpg" /><img src="' + imagePath + '22.jpg" /><img src="' + imagePath + '23.jpg" /><img src="' + imagePath + '24.jpg" /><img src="' + imagePath + '25.jpg" /><img src="' + imagePath + '26.jpg" /></div>').appendTo('#banner');
	elixirQuery('<div id="slideshowNav"></div>').appendTo('#shelf');
	elixirQuery('#bannerImage').hide();
		
});

    
