/* Custom code for Galleria : Addeed by JM 
This is the custom code for the player using galleria
*/

.galleria-errors
{
  visibility:hidden;
  display:none;
}

  .galleria-lastslide {
  	
    position: absolute;
    left:0;
    right:0;
    bottom:0px;
    top: 0px;
    
    margin-left:auto;
    margin-right:auto;
    display:none;
  }

  .galleria-lightbox
  {
    position: absolute;
    color: white;
    background-color: #333;
    z-index: 998;
    opacity: .95;
    left:0;
    right:0;
    bottom:0;
    top: 0;
    margin-left:auto;
    margin-right:auto;
  }
  
  .galleria-lastslide-suggest
  {
    position: absolute;

    z-index: 1000;
    width: 400px;
    height: 260px;

    width: 50%;
    height: 40%;

    margin: auto;
    
    top: 10%;
    left:0;
    right:0;
    /*bottom:20px;*/
    margin-left:auto;
    margin-right:auto;
  }

  .galleria-dialog
  {
    color: #fff;
    background-color: #000;
    color: #000;
    background-color: #fff;
    padding: 10px 0px 10px 10px;
    border: 1px solid #333;
    box-shadow: inset -1px -1px 1px #00C, inset 1px 1px 1px black, inset 0.3em 0.3em 0.6em rgba(256, 256, 256, 0.6), inset -0.3em -0.3em 0.6em rgba(0, 0, 0, 0.2);
    /*text-shadow: -1px -1px 2px silver, 1px 1px 1px black;
    */
    /*opacity: 1;*/
    -moz-box-shadow: 0 0  10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
  }
  
  .galleria-loader
  {
    display:none;
  }
  .galleria-fullscreen
  {
    display:none;
  }
  
  .galleria-play
  {
    display:none;
  }
  .galleria-image-nav-right
  {
    display:none;
  }
  .galleria-image-nav-left
  {
    display:none;
  }
  
  .galleria-thumbnails-container
  {
    left:0px;
  }
  
  .galleria-bar
  {
    background-color: transparent;
  }
  
  #galleria-popupmenu
  {
    position: absolute;
    right:0px;
    background:#000;
  }



/* Share and Embed with Tabs */

#soshare, .galleria-soshare
{
    left:0;
    right:0;
    bottom:0px;
    top: 0px;
    position: absolute;

    width: 100%;
    
    margin-left:auto;
    margin-right:auto;
    display:none;
}

#tabsholder
  {
    background: white;
    margin: auto;
    
    width: 90%;
    max-width: 500px;

    padding: 10px;
    position: absolute;
    z-index: 999;

    top: 10%;
    left: 0px;
    right: 0px;

    margin-left:auto;
    margin-right:auto;
  }

  /* tabs*/ 
  ul.tabs {
    width:100%;
    overflow:hidden;
    margin-left: 0px;
    padding-left: 0px;
  }

  ul.tabs li {
    list-style-type:none;
    display:block;
    float:left;
    color:#fff;
    padding:6px;
    margin-right:2px;
    border-bottom:2px solid #2f2f2f;
    background-color:black;
    /*-moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;*/
    cursor:pointer;
  }

  ul.tabs li:hover {
    background-color:#43b0ce;
  }

  ul.tabs li.current {
    border-bottom:2px solid #43b0ce;
    background-color:#43b0ce;
    padding:6px;
  }

  .tabscontent {
    border-top:2px solid #43b0ce;
    padding:8px 0 0 0;
    display:none;
    width:100%;
    text-align:justify;
    color: black;
  }

  .tabscontent textarea, .tabscontent input
  {
    font-size: 11px !important;
  }

  

  .message
  {
    position: absolute;
    top: 50%;
    font-size: 28px;
    z-index: 100;
    text-align: center;
    margin: auto;
    width: 100%;
    text-shadow:0 -1px 1px rgba(0,0,0,0.3);
    color:white;
    line-height: auto;
  }

  .message a
  {
    color:white;
    text-decoration: underline;
  }