#galleryBox {

   width: 100%;
}

#galleryBox div.titleImage {

   background-color: #6C81AE;
}

#galleryBox div.titleText {
   padding-bottom: 10px;
}

#galleryBox div.imageRow {

   width: 100%; height: 80px;
   overflow: hidden;
   margin-bottom: 5px;
}

#galleryBox div.link {

   width: 100%; 
   text-align: right;
   border-bottom: 1px solid #CCCCCC;
}

#galleryBox .image {

   float: left;
   width: 25%;
   text-align: center;
}

ul.contentList li.galleryParent {
 
   margin-top: 10px;
   font-weight: bold;
   border-bottom: 1px solid #CCCCCC;
}

ul.contentList li.galleryNonParent {
 
   margin-top: 10px;
   font-weight: bold;
}

body.viewPhoto {

}

#titleBar {

}

#photoBox {

}