/*
 * Style File: mavsgPicGal.css - Picture Gallary
 * Sets in detail the css property for a picture Gallary.
 * 
*/ 

/* News Gallery  */
div.newsGallery01 {
  border: 0em solid blue;
  width: auto;
  padding: 0em;
  margin: 1em 0em;

}

div.newsGallery01 table.newsGallery01 {
  border-collapse: separate;
  border-spacing: 1em 0.5em;
  empty-cells:hide;
  padding: 0em 0em;
  margin:0em;

}

div.newsGallery01 table.newsGallery01 tr.imgRow  td {
  border: 0.1em solid #000000;
}

/* It will look better if all pictures have the same dimensions. e.g. width=320 & height=240 */
div.newsGallery01 table.newsGallery01 tr td img.picGal_img {

  background-repeat: no-repeat;
  height: 240;
  width: 320;
}

/* Font properties for the text that apears bellow an image. */
div.newsGallery01 table.newsGallery01 tr.UnderText4Pic td {
  height: 1.2em;
  font: normal normal normal 0.8em/1.4em Helvetica, Arial, monospace;

}


div.syb_aMiddleImgAndTxt {
  margin:0%;
  padding:0%;
  position: relative;
  left:0%;

}

div.syb_aMiddleImgAndTxt img.syb_aMiddleImg {
  border: 0.1em solid #000000;
  position:relative;
  left: 7em;
  margin:0%;
  padding:0%;
}

div.syb_aMiddleImgAndTxt h5 {
  position:relative;
   padding: 0.7em;

}

/*
  height: 240px;
  width: 320px;
*/
