
.tx-chgallery-pi1 {
	margin: 0 0 10px 0;
	padding: 0;
	} 
 
 
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 ul.chgallery-list {
 	padding:  0;
	margin: 0;
 	list-style: none;
}

/* LIST element */
.tx-chgallery-pi1 ul.chgallery-list li {
	display: block;
	width: 140px;
	height: 163px;
	margin: 2px;
	float: left;
	padding: 10px;
	background: #333;
	text-align: center;
	position: relative;	
	}

.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
	}

.tx-chgallery-pi1 .chgallery-list div.dirText {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #222;
	width: 100%;
	padding: 3px 0;
	text-align: left;
	}

.tx-chgallery-pi1 .chgallery-list div.dirText a,
.tx-chgallery-pi1 .chgallery-list div.dirText a:visited {
	text-decoration: none;
	padding: 0 0 0 12px;
	color: #777;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	}


.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
 
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info {
	margin: 0;
	color: #777;
	}

.tx-chgallery-pi1 div.galleryTitle {
	padding: 0 0 5px 0;
	color: #668E09;
	font-size: 145%;
	font-family: Verdana, Arial, sans-serif;
	}
	
.tx-chgallery-pi1 .info .position {
	float:right;
	font-size:35px;
	font-style: italic;
	font-family:Georgia;
	color:#b8c9d6;
	margin-right:5px;
}

.tx-chgallery-pi1 .info .position span {
	font-size: 20px;
}

.tx-chgallery-pi1 .info span {
	font-weight:bold;
}

/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background: #050505;
	padding: 5px;	
	margin: 2px 0;
	font-size: 90%;
	}

.tx-chgallery-pi1 .pagebrowser .next a, 
.tx-chgallery-pi1 .pagebrowser .next a:visited,
.tx-chgallery-pi1 .pagebrowser .prev a, 
.tx-chgallery-pi1 .pagebrowser .prev a:visited {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	}

.tx-chgallery-pi1 .pagebrowser .next a:hover,
.tx-chgallery-pi1 .pagebrowser .prev a:hover {
	color: #888;
	text-decoration: none;
	}

.tx-chgallery-pi1 .pagebrowser .prev {
	width: 20%;
	float: left;
	}


.tx-chgallery-pi1 .pagebrowser .text {
	width: 60%;
	float: left;
	text-align: center;
	color: #666;
	}

.tx-chgallery-pi1 .pagebrowser .next {
	width: 20%;
	float: right;
	text-align: right;
	}

.tx-chgallery-pi1 .clr { clear:both; }

/* GALLERY single element */
.tx-chgallery-pi1 .single {
	width: 158px;
	background: #252525;
	float: left; 
	padding: 3px 2px 2px 2px;
	margin: 2px;
	}

.tx-chgallery-pi1 .single .img {
	width:160px;
	height:126px;
	background:url(gfx/bg.gif) no-repeat;
	line-height:126px;
	position:relative;
	}

.tx-chgallery-pi1 .act .img {
	background:url(gfx/bgact.gif) no-repeat;
}

.tx-chgallery-pi1 .single .img .align {
	width: 158px;
	height: 126px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	display: block;
	margin-top: -53px;
	margin-left: -80px;
	}

.tx-chgallery-pi1 .single .img img {

}

.tx-chgallery-pi1 .single span {
	display: block;
	margin: 1px 5px;
	width: 148px;
	min-height: 20px;
	text-align: center;
	color: #777;
	font-size: small;
	}

.tx-chgallery-pi1 .single span  small {
	font-size: 10px;
}

* html .tx-chgallery-pi1 .single span {
	height:20px; 
}

/* small version */
.tx-chgallery-pi1 .singlesmall img{
	float:left; 
	padding:0 1px 2px 1px;
	margin:0 5px ;
}

/* Settings for ajax mode */
.tx-chgallery-pi1 .hide {
	display:none;
}

.tx-chgallery-pi1 #chgalleryimg {
	padding:0 20px;
}

/* Ajax loading icon  */
.tx-chgallery-pi1 #chajax {
	background:#fff url(gfx/ajaxloading.gif) no-repeat center center;
	position:absolute;
	height:490px;
	width:550px;
	z-index:999;
	margin:10px 0 0 10px
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}


/*
 * accord */
#chgallery-list {
	border:1px solid #D2DCE4;
	border-top:0;
}

.tx-chgallery-pi1 .chgallery-title {
	padding:5px 10px;
	cursor:pointer;
	font-weight:bold;
	border-top:1px solid #D2DCE4;
}
.tx-chgallery-pi1 .chgallery-content {

}
.tx-chgallery-pi1 .chgallery-content2 {
	border-top:1px solid #eee;
	padding:10px 5px;
}
