﻿h3.fb-album-heading, h3.fb-account-heading
{
    
    display: inline-block;
    margin: 0px;
    margin-left: 10px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 1);
}
h3.fb-album-heading{
    cursor:pointer;
}
ul.fb-albums, ul.fb-photos
{
    list-style: none;
    list-style-type: none;
   
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.fb-loading
{
    background-color: #f7f7f7;
    border-radius: 6px;
    width: 64px;
    height: 64px;
    background-image: url('../img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

li.fb-album img, li.fb-photo img{ max-width:none !important}

li.fb-album, li.fb-photo
{
    display: inline-block;
    width: 130px;
    height: 130px;
    overflow: hidden;
    padding: 0px;
    background-color: #000;
    margin-top: -3px;
    margin-bottom: 3px;
    margin-right: 3px;
    background-image: url('../img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    /*border:2px solid #fff;*/
}
li.fb-photo:hover{
    /*border:2px solid rgba(59,89,152,1);*/
}

li.fb-photo:hover .image-check{
    display:block;
}
li.fb-photo .image-check{
    display:none;
    position:absolute;
    width:25px;
    height:25px;
    background-color:rgba(0,0,0,1);
}
li.fb-photo .image-check.checked
{
    display:block;
    background-image:url('../img/check.png');
    background-position:left top;
    background-repeat:no-repeat;
}
    li.fb-album img
    {
        display: none;
    }

div.fb-album-title
{
    color: #fff;
    background-color: rgba(0,0,0,1);
    position: relative;
    padding: 5px;
    display: none;
}

div.fb-album-count
{
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    position: absolute;
    text-align: center;
    padding: 5px;
    margin: 6px;
    display: block;
    min-width: 34px;
    border-radius: 5px;
}

.fb-album-preview
{
    display: none;
}

.fb-photo-thumb, .fb-photo-thumb-link
{
    border: none;
    text-decoration: none;
}

img.fb-albums-list
{
    border: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    vertical-align:middle;
}


.fb-account-info
{
    margin-bottom: 10px;
}

    .fb-account-info img
    {
        display: inline-block;
        vertical-align: middle;
        border-radius: 3px;
    }

/*Simple lightbox*/
.fb-preview-overlay
{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
   
    width: 100%;
	height:100%;
	overflow:hidden;
    
    text-align: center;
    display: none;
}

.fb-preview-img /*immagine dentro il lightbox*/
{
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	max-height:100%;
	max-width:100%;
}



.fb-preview-img-prev, .fb-preview-img-next
{	
    cursor: pointer;
    display:none;
	z-index:1000;
}

.fb-preview-img-prev
{
	position:absolute;
	left:0;
	top:45%;
    
}

.fb-preview-img-next
{
	position:absolute;
	right:0;
	top:45%;
    
}
