ul.gallery_albums,ul.gallery_albums li ul
     {
     list-style:none;
     padding: 0px;
     margin: 0px;
     }

ul.gallery_albums li div.gallery_thumbs
     {
     margin: 10px 0px;
     clear: both;
     }


ul.gallery_albums li div.album_thumb
     {
     width: 110px;
     height: 90px;
     text-align: center;
     float: left;
     }


ul.gallery_albums li div.description,ul.gallery_albums li div.description2
     {
     line-height: 20px;
     }
     
ul.gallery_albums li div.description
     {
     float: right;
     width: 610px;
     }




ul.gallery_albums li h2.title2,ul.gallery_albums li h2.title a
     {
     /*color: #b0232b;*/
     color: white;     
     font-size: 30px;
     text-decoration: none;
     font-style: italic;
     margin-bottom: 0px;
     font-weight: bold;
     padding: 0px;
     }

ul.gallery_albums li h2.title2 a
     {
     font-size: 40px;
     }


ul.gallery_albums li ul li
     {
     display: inline;
     float: left;
     
     }

ul.gallery_albums li ul li a
     {
     display:block;
     margin: 0px 5px 10px 0px;
     height: 83px;
     line-height: 83px;
     width: 110px;
     text-align: center;

     }

ul.gallery_albums li ul li a img
     {
     border: 0px;
     vertical-align: middle;
     }

.push_down
     {
     clear: both;
     height: 1px;
     overflow: hidden;
     }

