/* --------------------------------Album--------------------*/

.fb-PhotoThumbWrap          {display: inline-block; margin:3px;}
.fb-PhotoThumbLink          {background: white;
                             border: 0px solid #CCC;
                             display: -moz-inline-box;
                             display: inline-block;
                             outline: none;
                             padding: 3px;
                             position: relative;
                             vertical-align: bottom;
                             cursor: pointer;
                             color: #3B5998;
                             box-shadow: 0px 0px 0px #ccc;
                             -moz-box-shadow:0px 0px 0px #ccc;
                             -webkit-box-shadow:0px 0px 0px #ccc;
                             -moz-outline-style: none;
                             text-decoration: none;}
.fb-PhotoThumbLink i      {background-color: #666;
                           background-position: center 25%;
                           background-repeat: no-repeat;
                           display: block;

}
.fb-PhotoSmallThumb i   {width:120px;
                         height:80px} 
.fb-PhotoMediumThumb i   {width:161px;
                          height:120px} 
.fb-PhotoLargeThumb i   {width:210px;
                         height:210px} 

.fb-BottomBar       {width:200px; 
                     display:block;
                     border: 0px solid #D8DFEA;
                     text-align: center;
                     height:30px;
                     line-height: 30px;
                     cursor:pointer;
					 margin-left:auto;
					 margin-right:auto;


}
.fb-Loadmore {color:#cc0000;}
.fb-Loadmore img{margin: 0 5px;}
.fb-loader                  {display: block; text-align: center;}