/* LsPel Gallery CSS Document 11/2009 */

.gallery {
	padding: 0;
	margin: 0;
}

.gallery .folderbox {
	font-size: 10px;
	color: #333;
	width: 120px;
	margin: 7px;
	float:left;
	border:1px solid #4f4f4f;
	background-color:#f2f3e4;
	padding-bottom:5px;
}

.gallery .foldericon {
	width: 120px;
	text-align: center;
	vertical-align:middle;
	background:#FFFFFF;
}
.gallery .foldericon img {
	border: none;
}
.gallery .foldername {
	font-weight: bold;
	background-color: #a2ad00;
	padding: 2px;
}
.gallery .folderattribute {
	padding: 2px;
}

.gallery .imagebox {
	font-size: 10px;
	color: #333;
	width: 120px;
	margin: 7px;
	float:left;
	border:1px solid #fff;
	background-color:#dedede;
	padding-bottom:5px;

}

.content .gallery a {
	text-decoration:none;

}

.content .gallery a:hover {
	text-decoration:underline;
	color:#5c5c5c;
}


.gallery .imageicon {
	width: 120px;
	text-align: center;
	vertical-align:middle;
	background-color:#c1c1c1;
}
.gallery .imageicon img {
	border: none;
}
.gallery .thumbname {
	font-weight: bold;
	padding: 3px 3px 3px;
	border-top:1px solid #fff;
}
.gallery .thumbattribute {
	padding: 0 6px 0 6px;
}
	 
.gallery .pageselector {
	border: 1px solid #bbb;
	background-color: #d3e4f4;
}

.gallery .pages {
	text-align: center;
}

.gallery .pages a {
	text-decoration: none;
}

.gallery .pages a.current {
	text-decoration: underline;
}

.gallery .prevpage {
	text-align: right;
	white-space: nowrap;
}

.gallery .nextpage {
	text-align: left;
	white-space: nowrap;
}

.gallery .pictureframe {
	border: 1px solid #fff;
	background-color:#dedede;
	text-align: center;
	padding: 5px 0;
	margin-top:10px;
}

.gallery .pictureframe img {
	border: none;
}

.gallery .imagedetails {
	width: 100%;
	text-align: left;
	border: 1px solid #fff;
	border-top:0px;
	border-bottom:0px;
}

.content .gallery .imagedetails img {
	margin:0px !important;
	padding:3px 3px 3px 0px;
	}

.gallery .imagename {
	background-color: #b3b3b3;
	padding: 5px;
	font-size: 12px;
	font-weight:bold;
}

.gallery .imagefile {
	padding: 4px;
	border-bottom: 1px solid #fff;
	background-color:#dedede;
}	
.gallery .imagefile img {
	vertical-align: middle;
	padding: 0px;
}	
.gallery .imageattribute0,.gallery .imageattribute1 {
	padding: 4px;
	border-bottom: 1px solid #fff;
}
.gallery .imageattribute0 {
	background-color:#d9d9d9;
}
.gallery .imageattribute1 {
	background-color:#b3b3b3;
}
.gallerynotice {
	padding: 20px;
	text-align: center;
}



