/* Meet us page */
p.meetusheader {
   margin-top: 0;
   margin-bottom: 0;
   text-align: center;
}

#meetusthumbnailarea {
   overflow: auto;
   visibility: visible;
   position: relative;
   left: 25px; 
   top: 5px;
   z-index: 4;
   width: 566px;
   height: 134px;
}

#meetusdetailarea {
   visibility: visible;
   position: relative;
   left: 0px;
   top: 15px;
   z-index: 6;
   width: 600px;
   height: 300px;
   text-align: center;
}

#meetusdetailarea h2 {
   margin-top: 5px;
}

#meetusdetailarea p {
   margin-top: 5px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   font-size: 100%;
}

#meetuspicturebox table  {
   width: 100%;
   height: 100%;
}

#groupphoto {
   margin-top: 5px;
}

#prevbutton {
   position:absolute;
   top:305px;
   left:153px;
   height:18px;
   visibility:visible;
   width:50px;
   z-index:7;
}

#nextbutton {
   position:absolute;
   top:305px;
   left:400px;
   height:18px;
   visibility:visible;
   width:49px;
   z-index:7;
}

#prevbutton a, #nextbutton a {
   background-position:0% 0px;
   background-repeat:no-repeat;
   display:block;
   font-size:18px;
   height:18px;
   line-height:18px;
}

#prevbutton a {
   background-image: url(../img/prevbutton.gif);
   width:50px;
}

#nextbutton a {
   background-image: url(../img/nextbutton.gif);
   width:49px;
}

#meetusbutton  {
   visibility: hidden;
   position: absolute;
   left: 162px;
   top: 206px;
   z-index: 14;
   width: 144px;
   height: 27px;
}


