
#fb-album-header h2{
	font-size: 20px;
}

#fb-album-header h2 span{
	font-size: 14px;
}



#fb-album .albumText h2{
	font-size: 17px;
	margin-bottom: 10px;
}

.albumThumb, .photoThumb {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	display: inline-block;

	padding: 4px;
	position: relative;
	vertical-align: bottom;
}
.albumThumb{
	margin-bottom:10px;
}
.albumThumb:hover, .albumThumb:hover .albumThumbWrap {
	border: 1px solid #3b5998
}
.albumThumb, .albumThumb li {
	height: 111px;
	width: 167px;
}
.photoThumb, .photoThumb i {
	height: 120px;
	width: 161px;
}
.albumThumbWrap {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	left: 4px;
	padding: 4px;
	position: absolute;
	top: 4px;
}
.albumThumb i, .photoThumb i {
	background-color: #EEEEEE;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.albumWrapper, .photoWrapper {
	float: left;
	margin: 2px;
	margin-bottom: 15px;
}
.albumWrapper {
	width:181px;
	height: 220px;
	clear: none !important;
}

.albumDetails {
	width: 186px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.albumText a {
	color: #3B5998;
	cursor: pointer;
	text-decoration: none;
}
.albumText a:hover {
	text-decoration: underline;
}
.albumCount {
	color: #808080
}
.fb-album-footer{
	color: #808080;
	font-weight:bold;
	font-size:10px;
}
#fb-album-header p{
	color: #333;
	font-size:11px;
}
.fbLink{
	cursor: pointer;
}

#fb-album .photoWrapper {
	background: none repeat scroll 0 0 #FFF !important;
	border: 1px solid #CCC;
	padding: 4px;
}