/* 
    Document   : mygallery
    Created on : May 28, 2015, 5:54:11 PM
    Author     : Scott
    Description:
        Purpose of the stylesheet follows.
*/

.mygallery img {
   max-width: 120px;
   margin: 7px;
}

.mygallery {
   overflow: hidden;
   height: 120px;
   width: 120px;
   float: left;
}

#blueimp-gallery-data {
   display: none;
}

.blueimp-gallery > .like-toggle,
.blueimp-gallery > .like-comment-count {
  position: absolute;
  top: auto;
  bottom: 60px;
  left: 15px;
  right: auto;
  width: 40px;
  height: 30px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  /*text-align: center;*/
  /*background: #222;*/
  /*background: rgba(0, 0, 0, 0.5);*/
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}

.blueimp-gallery > .like-comment-count {
   left: 55px;
   width: 150px;
   right: auto;
   font-size: 14px;
   font-weight: bold;
}

.like-yes {color: #0ff}

.blueimp-gallery > .like-toggle:hover,
.blueimp-gallery > .like-comment-count:hover  {
  color: #fff;
  opacity: 1;
}

.blueimp-gallery-controls > .like-toggle,
.blueimp-gallery-controls > .like-comment-count  {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery > .like-toggle ,
.blueimp-gallery > .like-comment-count {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.blueimp-gallery-single > .like-toggle,
.blueimp-gallery-right > .like-toggle,
.blueimp-gallery-single > .like-comment-count,
.blueimp-gallery-right > .like-comment-count {
  display: none;
}

/*.member-photo-view .modal
{z-index: 15;}*/
/*#leftcol {z-index: 0}
.gallery-data
{z-index: 500}
*/
