#store-gallery-wrapper,
#food-gallery-wrapper {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 758px; /* important */
	height: 457px; /* important */
	margin: 16px 0px 0px 0px;
	padding: 16px 0px;
	border: 1px solid #1A1A1A;
	background: #EEE6DC;
}

#store-gallery-wrapper ul li,
#food-gallery-wrapper ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

* html #store-gallery-wrapper ul li,
* html #food-gallery-wrapper ul li {
	display: inline;
}

#store-gallery-wrapper ul li.store-image,
#food-gallery-wrapper ul li.food-image {
	width: 480px; /* important */
	height: 360px; /* important */
	overflow: hidden;
	margin: 0px 140px;
}

#store-gallery-wrapper ul li img,
#food-gallery-wrapper ul li img { display: block; }

#store-gallery,
#food-gallery {
	width: 68400px;
	position: absolute;
}

#food-gallery {
	width: 45600px;
}

#store-gallery li,
#food-gallery li { list-style: none; }
	
#store-gallery-thumbs-wrapper,
#food-gallery-thumbs-wrapper {
	position: relative;
	overflow: hidden;
	width: 558px;
	height: 92px;
	top: 365px;
	margin: 0px 101px;
}

#store-gallery-thumbs-wrapper ul li,
#food-gallery-thumbs-wrapper ul li { margin-right: 5px; }

#store-gallery-thumbs,
#food-gallery-thumbs {
	position: absolute;
	width: 8280px;
	top: 0;
	margin-left: 39px;
}

#food-gallery-thumbs {
	width: 5520px;
}

#store-gallery-thumbs li,
#food-gallery-thumbs li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery-nav { position: relative; }

.gallery-previous {
	float: left;
	height: 63px;
	position:relative;
	margin-right: 5px;
	padding-top: 29px;
	background-color: #EEE6DC;
}

.gallery-next {
	float: right;
	height: 63px;
	position:relative;
	margin-left: 5px;
	padding-top: 29px;
	background-color: #EEE6DC;
}