#gallery {
		text-align: center;
		height: 125px;
		width: 759px;
		margin: 10px 0px 0px 0px;
		overflow: auto;
		white-space:nowrap;
		padding: 0px;
		background-color: #efebe0;
		
}

#gallery img{
		text-align: center;
		padding: 0px;
		border: 1px solid black;
}