/* Start of CMSMS style sheet 'Albums' */
.PhotoLibraryPlayer {
 
}
.Album_Wrapper {
  width: 870px;
  margin: 0 auto;
}
.Album_Header {
  width: 900px;
  margin: 0 auto;
}

h2.Album_Title {
  font-size: 20px;
  font-weight: normal;
  color: #7c7c7c;

  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.photo_album_menu {
  display: block;
  background-color: #803e43;

}
.photo_album_menu ul {
  list-style: none;
  margin-left: 0px;
}
.photo_album_menu ul li {
  float: left;
}
.photo_album_menu ul li a {
  display: block;
  background-color: #d0cece;
  color: black !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

.album_selection {
  clear: both;
  width: 900px;
  margin: 0 auto;

}
.album_selection ul {
  list-style: none;
  margin-left: 95px;
  padding: 0px !important;
}
.album_selection ul li {
  float: left;
  width: 150px;
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  text-align: center;

}
.album_selection ul li.notright {
  margin-right: 50px;
}
.album_selection ul li h5 {
color: #313131;
  margin-top: -20px;
}
.album_selection ul li a {
  display: block;
  padding-bottom: 40px;
  margin: 0 auto;

  width: 96px;
  background-image: url(./uploads/images/site_design/gallery_thumb_bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;

}

.album_layout {
  clear: both;
  float: left;
  color: white;
  margin-top: 25px;
}
.album_thumbnails {
  width: 439px;
  float: right;

}
.album_thumbnails table {
  width: 439px;
}
.album_thumbnails table tr td a{
  display: table-cell;
  vertical-align:middle;
  text-align: center;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background-color: #7c7c7c;
  
}
.album_information {
  clear: both;
  text-align: center;
  color: #7c7c7c;
  width: 870px;
}

.album_pagination {
  background-color: #7c7c7c;
  color: white;
  width: 429px;
  text-align: center;
  clear: right;
  float: right;
  padding-top: 3px;
  padding-bottom: 3px;
}
.album_pagination a {
  color: white;
}

.fullsize_image {
  clear: both;
  display: block;
  margin-top: 10px;
  float: left;
  width: 350px;
  background-color: #9c9c9c;
}
.fullsize_image a img {

}
/* End of 'Albums' */

