//	Last Modified:	Wednesday, September 9, 2009 10:09:18 AM
var currentImg = 0;
$(document).ready(function(){
	createGallery();	
});

function createGallery()
{
	// rip stuff out, stick it where it needs to go...
	$('#block').append('<div class="clear"></div>');
	$('#block').prepend('<div class="gallery"></div>');
	$('#block').prepend('<div class="info" id="info"><h2>Live, Work, Play.</h2><p>Use this interactive map as a gateway to the 1Akron experience. Mouse over the map to see more information for each destination.</p></div>');
	$('#flash').remove().appendTo('.gallery');
	$('#block').height(550).css({backgroundImage: 'none', paddingBottom: '10px'});
	$('#content').children(':not(.editThis)').hide();
}