.multiGallery
{
  overflow:hidden;
  border: solid 1px #CCCCCC;
  padding:5px;
}

.multiGallery .multiGalleryContent
{
  text-align:left
}

.multiGallery .multiGalleryContent IMG
{
  float:left;
  width:256px
}

.multiGallery .multiGalleryText
{
  margin-left:256px;
  text-align:left;
  padding-left:5px;
}

.multiGallery .multiGalleryText H3
{
  margin-top:0px;
}

.multiGallery .multiGalleryPlus
{
  clear:both;
  width:256px;
  text-align:center;
  background-color:black;
  color:white;
  border:solid 1px black;
  cursor:pointer;
}

.multiGallery IFRAME
{
  background-color: transparent;
  border:none;
  height:420px;
  width:100%
}

.multiGallery .multiGalleryLess
{
  font-weight:bold;
  text-align:center;
  cursor:pointer;
  width:70%;
  margin:0px auto;
}
