/********************** BODY CONTENT ******************************/
#gallery{
   border-collapse: collapse;
   width: 100%;
   height: 100%;
   margin:auto;
   background-color:#fff;
}

#gallery td.text{
   padding: 10px;
   vertical-align: top;
   text-align: left;
}

#gallery span.heading{
  font-size: 16px;
  font-weight: bold;  
  color: #FF3333;
}


#gallery img{
   padding: 0px;
   margin: 0px 0px 0px 0px; /*top,right,bottom,left*/ 
   border: 0px;
   display: block
}

#gallery #imageContainer{
   float: right;
   margin-left: 15px;
   margin-bottom: 15px;
}


#gallery a:link, a:visited{
  color : #ff0000;
}

/**********************************************************/
div#listBox{
   width: 170px;
   float: left;
   height: 200px;
   vertical-align: top;
}

#galleryThumb{
   padding: 0px;
   border-collapse: collapse;
   width: 165px;
   height: 195px;
   color: #000;
   float: left;
}

#galleryThumb td{
   text-align: center;
   padding: 2px;
}

#galleryThumb img{
   text-align: center;
   margin: 0px;
}

#galleryThumb .title{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
