/*
 ****  Photo Gallery Stylesheet  **********************************************************
 *
 *   This is a global stylesheet. Do not customize for this site!
 *   Version 1.1
 *   
 */
	
    .gallery-album-list li
    {
      padding-bottom: 10px;
    }
		.gallery-album-list .image
		{
			text-align: center;
			clear: both;
			display: block;
			margin-bottom: 5px;
			width: 100%;
		}	
		.gallery-album-list .image a
		{
			display: block;
			height: 100%;
			width: 100%;
			text-align: center;
		}
		.gallery-album-list .image img
		{
			vertical-align:middle;
		}
	
	
		.gallery-album-list .title
		{
			font-weight:normal;
			font-size: 100%;
			line-height: 120%;
			display: block;
			text-align: center;
			color: #999;
		}
		.gallery-album-list .title a
		{
			text-decoration: none;
		}

    /* mobile */
    @media only screen and (max-width: 767px) {
      .gallery-album-list li
      {
        padding-bottom: 10px;
        clear: both;
      }
      .gallery-album-list .title a
      {
        font-size: 90%;
      }
    }
    
  /* social buttons */
  
    .gallery-social-side
    {
      text-align: center;
      margin-top: 10px;
    }
    .gallery-social-image
    {
      position: relative;
      margin: 0 0 10px;
      overflow: hidden;
    }
    .gallery-social-image-wrapper
    {
      width: 500px;
      padding: 2px 0;
    }


  /* image detail page */
  @media only screen and (max-width: 767px) {
    .breadcrumbs { display: none;}
  }