.content {
	clear: both;
	text-align: center;
}

.image {
	border: 1px solid #cccccc;
	margin: auto;
}

.subcategory {
	float:left;
	width:125px;
	margin: 0 6px 15px 0;
}

.subcategory a {
	color:#561;
}
.subcategoryImage {
	background-image: url('/lib/gallery/assets/circleBorder-down.png');
	background-position: top left;
	background-repeat:no-repeat;
	width:125px;
	height:125px;
}


.subcategoryLabel {
	width:125px;
	height: 20px;
	color:#ffffff;
	background:#F30;
	background-image: url('/lib/gallery/assets/circleBorder.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align:center;
}

.subcategoryLabel a {
	display:block;
	text-decoration:none;
	color: #fff;
	font-size: 9px;	
}

.thumbnail {
	background: #dddddd;
	border: 1px solid #cccccc;
	margin-right: 4px;
}

.trail {
	color:#561;
	float: left;
	margin-bottom: 10px;
}
.trail a {
	text-decoration:none;
}
.trail a:hover {
	color:#CC1;
	/*text-decoration:underline;*/
}
.trail a strong {
	color:#561;
	text-decoration:none;
}
.trail a:hover strong {
	color:#CC1;
	text-decoration:none;
}

#pager {
	color:#561;
	margin-bottom: 10px;
	float: right;
}
#pager a {
	text-decoration:none;
}
#pager a:hover {
	color:#CC1;
	/*text-decoration:underline;*/
}

table.metaData {
	margin-top: 10px;
	color:#561;
	width: 100%;
	border-collapse: collapse;
}
table.metaData tr td {
	border-bottom: 1px dotted #cccccc;
}
table.metaData tr td:first-child {
	width: 128px;
        border-bottom: 1px dotted #cccccc;
} 

