#page 
{
  
}

#images {
  
  width: auto;
  
}

#details {

  color: #000;
}


.gallery{

        width: auto;
	cursor: default;
	list-style: none;
}

.gallery img
{

	color: inherit;
	padding: 2px;
	width: 150px;
	height: 150px;
}

.gallery li

{
	display: inline;
	border:0px;
	
	margin: 5px;
	padding: 5px;
	list-style-type:none;		

}
