.photogallery .picture {
	float: left;
	width: 140px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 10px 5px 10px 5px;
	background: none;
}

.photogallery .picture a {
	border: 3px solid #eae1c0;
	display: block;
}

.photogallery .picture img {
	top: 0;
	left: 0;
}

.photogallery .picture .picture-title,
.photogallery .picture .picture-details {
	display: none;
}

.photogallery .photogallery-title {
	font-size: 180%;
	margin-top: 0;
}

.photogallery .photogallery-details {
	margin-top: 5px;
	text-transform: none;
	font-weight: normal;
	display: none;
}

.photogallery .photogallery-rating {
	float: right;
}

.photogallery .photogallery-links {
	float: left;
}

.photogallery .photogallery-links a {
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	background: url("http://server.digra.ro/icons/16/link.png") 0px 50% no-repeat;
	float: left;
	margin-right: 10px;
}

.photogallery .photogallery-links a.back {
	background-image: url("http://server.digra.ro/icons/16/doc_page_previous.png");
}

.photogallery .photogallery-links a.pictures {
	background-image: url("http://server.digra.ro/icons/16/images.png");
}

.photogallery .photogallery-links a.comments {
	background-image: url("http://server.digra.ro/icons/16/comment.png");
}

.photogallery .photogallery-folder {
	background: #dcbb6c;
	border: 3px solid #9a7d3b;
	padding: 5px;
	margin: 1px 0px 5px 0px;
}

.photogallery .photogallery-folder .photogallery-title {
	margin: 0 0 0 60px;
	text-transform: none;
	font-size: 100%;
}

.photogallery .photogallery-folder .photogallery-details,
.photogallery .photogallery-folder .photogallery-description,
.photogallery .photogallery-folder .photogallery-links
{
	margin-left: 60px;
}

.photogallery .photogallery-folder-icon {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	background: url("http://server.digra.ro/icons/48/folder-photos.png");
	margin-right: 10px;
	position: absolute;
}

.photogallery .photogallery-has-sub-folders .photogallery-folder-icon {
	background-image: url("http://server.digra.ro/icons/48/folder-subfolders-photos.png");
}

.photogallery .photogallery-folder-title {
	font-weight: bold;
	font-size: 120%;
	display: block;
}

.admin-section-item.as-modules-photogallery a {
	background-image: url("http://server.digra.ro/icons/48/folder-photos.png");
}
