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

    
