.album
{
	border: 0;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	display: inline-block;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 95%;
}
.album .actionbar {
	border: 0;
	border-top: thin solid #CCCCCC;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.album .photo_list
{
	list-style-type: none;
	padding: 0px;
}
.album .created_at
{
	float: right;
	margin-right: 1em;
}
.album .title
{
	color: #e30081;
	font-size: x-large;
}
.album .photo_list img
{
	height: 100px;
	width: 100px;
}
.album .photo_list li
{
	padding: 2px;
	display: inline-block;
	height: 100px;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
	max-width: 100px;
}
.album .photo_list li a
{
	vertical-align: middle;
	display: block;
	text-align: center;
	line-height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration:none;
	float: right;
}

.album .photo_list li a:hover 
{
	text-decoration:underline;
}

.fb_like_bar
{
    border:none;
    overflow:hidden;
    min-width:350px;
    height: 24px;
}
