.tx-chgallery-pi1 .chgallery-list {
 	padding:0;
	margin:0;
 	list-style:none;
 	border:2px solid #e3e4e5;
 	border-bottom:0;
}

/* Directory browser */
.tx-chgallery-pi1 .info {
	font-size: 0.85em;
	padding:8px;
	background:#e3e4e5;
}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	font-size: 0.85em;
	padding:8px;
	border-bottom:2px solid #e3e4e5;
}
.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	width:120px;
}
.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }

/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #e3e4e5;
	border-bottom:1px solid #e3e4e5;
	padding:2px 0;	
	margin:4px 0;
	font-size: 0.85em;
}
.tx-chgallery-pi1 .pagebrowser .prev {
	width:25%;
	float:left;
}
.tx-chgallery-pi1 .pagebrowser .text {
	width:50%;
	float:left;
	text-align:center;
}
.tx-chgallery-pi1 .pagebrowser .next {
	width:25%;
	float:right;
	text-align:right;
}
.tx-chgallery-pi1 .clr { clear:both; }

/* GALLERY single element */
.tx-chgallery-pi1 .single {
	float: left; 
	border: 1px solid #e3e4e5;
	padding: 8px 8px 2px;
	margin: 4px ;
}
.tx-chgallery-pi1 .single table {
	width:146px;
	height:128px;
	border-collapse:collapse;
	border: 0;
	padding: 0;
	margin: 0;
}
.tx-chgallery-pi1 .single table td {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align:center;
	text-align:center;
}
.tx-chgallery-pi1 .single span {
	display:block;
	width:146px;
	margin:2px 0;
	height:26px;
	text-align:center;
	font-size: 0.85em;
	overflow: hidden;
}

/* pmkslimbox */
#lbPrevLink:hover {
	background: transparent url(coolprev.gif) no-repeat 0 15%;
}
#lbNextLink:hover {
	background: transparent url(coolnext.gif) no-repeat 100% 15%;
}
#lbCloseLink {
	background: transparent url(MinimalClose.png) no-repeat center;
}

