/* gallery.css */

/* #theBody { background-color:#FFFFFF; text-align:center; } */
.text 
{
  /* background-color:#E4DEB1; */
  font-size:16px; 
  font-weight:bold;
  text-align:center;
  color:#0C7034; 
}

#thumbArea
{
  width:620px; /* 500px; */ /* 710px; */ /* 99%; */
  padding-top:20px;padding-bottom:20px;
  text-align:center;
  border:4px solid #666666 /* #0C7034 */;
  background-color:#B7B7B7 /* #E1F1DC */;
  vertical-align:middle;
  margin:auto;
}
#thumbArea img
{
  border:4px double #B9B9B9;
  padding: 10px 10px 10px 10px;
  margin:15px 15px 15px 15px;
  vertical-align:middle;
  background-color:#FFFFFF;
} 
/* **** Photos Tiny Gallery - Random (max 12) **** */

#photoBox
{
  width:137px;
  padding-left:5px;
}
* html #photoBox {width:137px;}

#photoBox img
{
  margin-top:5px; margin-right:4px;
  border:1px double #B9B9B9;
  padding: 1px 1px 1px 1px; 
  vertical-align:middle;
  text-align:center;
  float:left;
}
#photoBox a
{
  display:none;
}

/* --- Specific per website --- */
/* --- .newsBox for ECWC --- */

div.tinyGallery {
  position:absolute;
  top:430px; left:20px;
  margin:0;padding:0;
  width:138px;
}

.tinyGallery .newsBox {
  width:138px;
  font-size:10px;
  text-align:left;
  position:relative;
}
.tinyGallery .newsBox .top{
  background: transparent url(http://www.elcaminowellnesscenter.com/images/marijuana_003a.gif) no-repeat top left;
  height: 5px;
  overflow:hidden;
}
.tinyGallery .newsBox .entry {
  background: transparent url(http://www.elcaminowellnesscenter.com/images/marijuana_003b.gif) repeat-y;
  overflow:hidden;
  position:relative;
  margin:0; padding:0;
  padding:5px 0px 0px 0px;  
}
.tinyGallery .newsBox .bottom {
  background: transparent url(http://www.elcaminowellnesscenter.com/images/marijuana_003c.gif) no-repeat top left;
  height: 5px;
  overflow:hidden;
}

.tinyGallery .newsBox h2 {
  font-size:15px;
  font-weight:bold;
  color:#EA8D06;
  text-align:left;
}
.tinyGallery .newsBox .horzMore {
  width:98px;
}
.tinyGallery .newsBox p {
  color:#C3C3C3;
  margin-bottom:20px;
}

