

#images {
  float: left;
  width: 600px;
}

#details {
  color: #000;
}

.gallery img

{

	background: #fff;

	border-color: #aaa #ccc #ddd #bbb;

	border-style: solid;

	border-width: 1px;

	color: inherit;

	padding: 5px;

	vertical-align: top;

	width: 50px;

	height: 35px;

}



