/* SPJL Gallery CSS Document 1/2007 */



.gallery {
	padding: 0;
	margin: 0;
	line-height:normal;
}

.gallery .folderbox {
	font-size: 10px;
	color: #333;
	width: 112px;
	margin: 10px;
	float:left;
}

.gallery .foldericon {
	height: 112px;
	border: 1px solid #b2b2b2;
	margin-bottom: 2px;
	background-color: #f1f0f0;
}

.gallery .foldericon img {
	border: none;
}

.gallery .foldername {
	font-weight: bold;
	background-color: #e8e8e8;
	padding: 2px;
}

.gallery .folderattribute {
	padding: 2px;
}

.gallery .imagebox {
	font-size: 10px;
	color: #333;
	width: 112px;
	margin: 5px;
	margin-right:20px;
	float:left;
}

.gallery .imageicon {
	height: 110px;
	width: 110px;
	display: table-cell;
	text-align: center;
	vertical-align:middle;	
	background-image: url(../aimg/gallery/dotbg.gif);
}

.gallery .imageicon img {
	border: none;
}

.gallery .thumbname {
	margin-top: 2px;
	font-weight: bold;
	padding: 2px;
}

.gallery .thumbattribute {
	padding: 1px 2px;
}
	 
.gallery .pageselector {
	border: 1px solid #bbb;
	background-color: #e5e5e5;
}

.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 #d1d2d3;
	background-color:#f0f2f4;
	text-align: center;
	padding: 5px 0;
	margin:10px 0px;
}

.gallery .pictureframe img {
	border: none;
}

.gallery .imagedetails {
	width: 100%;
	text-align: left;
	padding-top: 4px;
	font-size:12px;
}

.gallery .imagename {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color: #8f969b;
	padding:0px 5px 20px 5px;
	text-align:center;
}

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



