#gallery {
  background-color:#94C5EB;
  border:1px solid #015287;
  height:103px;
  width: 325px;
  overflow: auto;
  text-align:center;
  position: relative;
  margin-bottom: 10px;
}

#gallery img { 
  width: 97px; 
  height: 97px; 
  float:left; 
  border:1px 
  solid #fff; 
  padding:2px;
}


h2 {
  clear: both;
}

#ajaxInProgress{
	width:325px;
	height:13px;
	padding: 2px 0;
	margin-top:-5px;
}

.progress {
  background: #fff url(progress.gif) no-repeat center right;
}