#myGallery
{
	width: 500px;
	height: 250px;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
	background-color: White;
	text-align: center;
	overflow: hidden;
}

.imageElement {
  float: left;
	width: 500px;
	height: 250px;
}

#slideInfo {
  width: 490px;
  color: White;
  background-color: #707070;
  border-left: 1px solid Silver;
  border-right: 1px solid Silver;
  border-bottom: 1px solid Silver;
  padding: 3px 5px 3px 5px;
  font-size: 80%;
  font-weight: Bold;
  margin-bottom: 10px;
  text-align: center;
}

body#projects #myGallery, body#projects .imageElement {
  width: 690px;
}

body#projects #slideInfo {
  width: 680px;
}

.imageDisplay a {
  display: block;
  height: 250px;
}

.imageDisplay {
  background-image: url(../img/no.gif);
  background-repeat: no-repeat;
  background-position: center;
}
