#fbgallery_albums li, #fbgallery_albums ul,
#fbgallery_album_photos li, #fbgallery_album_photos ul {
	list-style-type: none;
	list-style: none;
}

#fbgallery table,
#fbgallery ul {
	border-top: 0 none !important;
	border-bottom: 0 none !important;
	border-left: 0 none !important;
	border-right: 0 none !important;
}

#fbgallery ul {
	margin: 0 auto;
}

#fbgallery tr td,
#fbgallery ul li {
	border-top: 0 none !important;
	border-bottom: 0 none !important;
	border-left: 0 none !important;
	border-right: 0 none !important;
	padding: 0 10px 10px 0 !important;
}

#fbgallery .album_image_last_child,
#fbgallery .album_last_child {
	padding-right: 0 !important;
}

#fbgallery .album_image_wrapper:hover,
#fbgallery .album_wrapper:hover {
	border-color: #3B5998;
}

#fbgallery .album_image_wrapper,
#fbgallery .album_wrapper {
	padding: 4px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 180px;
}

#fbgallery #image_viewer #image_viewer_main img {
	padding: 30px;
}

#fbgallery #image_viewer #image_viewer_main {
	margin-top: 10px;
	left: 50%;
	height: 100%;
	margin-left: -473px;
	position: absolute;
	top: 0;
	width: 962px;
}

#fbgallery #image_viewer_photos {
	background-color: black;
}

#fbgallery #image_viewer {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	display: none;
	text-align:center;
	z-index: 20022;
}

#fbgallery .large_photo_info {
	background-color: white;
	padding:15px;
}


#fbgallery .large_photo,
#fbgallery .large_photo_info {
	display: none;
}

#fbgallery .album_image {
	height: 120px;
	background-repeat: no-repeat;
}

#fbgallery #image_viewer_prev,
#fbgallery #image_viewer_next {
	width: 80px;
	height: 100%;
	display: block;
}

#fbgallery #image_viewer_next {
	background-image: url('../img/arrow-next.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	background-color: black;
	float: right;
	z-index: 20050;
}
#fbgallery #image_viewer_next:hover,
#fbgallery #image_viewer_prev:hover,
#fbgallery #image_viewer_close:hover {
	opacity: 1;

}

#fbgallery #image_viewer_prev {
	background-image: url('../img/arrow-prev.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: black;
	opacity: 0.5;
	float: left;
	z-index: 20050;
}

#fbgallery #image_viewer_close {
	background-image: url('../img/close-viewer.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: black;
	z-index: 200100;
	width: 20px;
	height: 20px;
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
}

.clearrow {
	clear: both;
}

#fbgallery ul  li {
	float: left;
}