#gallery{
	position:relative;
	left: 0px;
	top: 0px;
	border-bottom: 8px solid white;
	width: 218px;
	z-index: 1;
}

#gallery div#left{
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 112px;
}

#gallery div#right{
	position: absolute;
	z-index: 2;
	left: 202px;
	top: 112px;
}