#frame {
	width: 610px;
	height: 90px;
	text-align: left;
	background-color: #aaaeab;
	position: relative;
}
#container {
	width: 610px;
	min-height: 90px;
	overflow: hidden;
	position: absolute;
}

#container li {
	position: relative;
	width: 610px;
	min-height: 90px;
}
#gallery-frame {
	width: 750px;
	height: 367px;
	text-align: left;
	background-color: #aaaeab;
	position: relative;
}
#gallery-container {
	width: 750px;
	min-height: 367px;
	overflow: hidden;
	position: absolute;
}

#gallery-container li {
	position: relative;
	width: 750px;
	min-height: 367px;
}