h3.fb-album-heading, h3.fb-account-heading {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	display: inline-block;
	margin: 0px;
	margin-left: 10px;
	font-weight: lighter;
	color: rgba(59, 89, 152, 1);
}

h3.fb-album-heading {
	cursor: pointer;
}

h3.fb-album-heading-single {
    cursor: default !important;
    display:block !important;
	color: #000;
}

h5.description {
    cursor: default !important;
    display:block !important;
	color: #888;
	font-size:16px;	
	font-weight:normal;
	margin-top: -10px;
	margin-left: 40px;
}

div.fb-album-description {
    display:none;
	color: #000080;
	font-size:50px;	
	margin-top: -30px;
}

ul.fb-albums, ul.fb-photos {
	list-style: none;
	list-style-type: none;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

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

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

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(59,89,152,1);
}

li.fb-photo .image-check.checked {
	display: block;
	background-image: url('check.png');
	background-position: left top;
	background-repeat: no-repeat;
}

li.fb-album img {
	display: none;
	max-width: 1000px !important
}

li.fb-album img:hover {
	border:2px solid rgba(59,89,152,1);
}


div.fb-album-title {
	color: #fff;
	background-color: rgba(59,89,152,1);
	position: relative;
	margin-top: 0px;
	padding: 5px;
	width: 100%;
	float:left;
	display: block;
}

div.fb-album-count {
	background-color: rgba(59,89,152,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;
	width: 100% !important;
	height: 100% !important;
}

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(59, 89, 152, 0.7);
	position: fixed;
	top: -20px;
	left: 0px;
	z-index: 999;
	background-image: url('../images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}

.fb-preview-img, .fb-preview-img-prev, .fb-preview-img-next {
	display: inline-block;
	/*display:block;*/
	vertical-align: middle;
}

.fb-preview-img {
	max-width: 50%;
	width: auto;
}

.fb-preview-img-prev, .fb-preview-img-next {
	cursor: pointer;
	display: none;
	margin-top: auto;
	position: absolute;
	top: 50%;
}

.fb-preview-img-prev {
	left: 0;
	float: left;
}

.fb-preview-img-next {
	right: 0;
	float: right;
}

.fb-photo-text {
	display: none;
}

.fb-preview-text {
	display: block;
	background-color: #e1e2e3;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
	padding: 6px;
	display: block;
	height: 100% !important;
	min-height: 50% !important;
}

.fb-preview-text a {
	color: rgba(59, 89, 152, 1);
}

.fb-preview-content {
	margin-top:30px;
}

.fb-like-container {
	display:block;
	float:right;
	padding-left: 6px;
}

.fb-btn-more {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight:bold;
	display:block;
	color:#fff;
	background:rgba(59, 89, 152, 1);
	padding:12px;
	text-align:center;
	cursor:pointer;
}

.fb-albums-more {
	display:none;
}