﻿#galleries {
	padding: 1em;
}


#galleries h2 { 
	clear: both;
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
}
#galleries h2 span {
	font-size: 70%;
	font-weight: normal;
	margin-left: 0.5em;
	text-decoration: none;
}

.gallery_details {
	font-size: 85%;
	color: #999;
	position: relative;
	margin: 5px 0;
	display: block;
	clear: left;
}
.photo_add_gallery {
	display: block;
	height: 32px;
	width: 8em;
	line-height: 32px;
	padding-left: 36px;
	background: url(../../images/icons/32/photo_upload.gif) no-repeat 0 50%;
	font-weight: bold;
	font-size: 120%;
}
ul.tags li {
	display: block;
}