 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 .chgallery-list {
	padding:0;
	list-style:none;
	border-bottom:0;
}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	padding:5px;
}

.tx-chgallery-pi1 .chgallery-list .itemodd {
	float: left;
	width: 150px;
	height: 180px;
	display: block;
	position: relative;
}
.tx-chgallery-pi1 .chgallery-list .itemeven {
	float: left;
	width: 150px;
	height: 180px;
	display: block;
	position: relative;
}

.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
 
.tx-chgallery-pi1 .chgallery-list .img {
	float:none;
	text-align: center;
}
.tx-chgallery-pi1 .chgallery-list .item .img img {
	border: 2px solid #000000;
	height: 100px;
	width: 100px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
.tx-chgallery-pi1 .chgallery-list .item .text {
	text-align: center;
	float: left;
	width: 100%;
}



/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .pagebrowser {
	border-top:0px solid #dde1e4;
	border-bottom:0px solid #dde1e4;
	padding:3px 0;	
}

.tx-chgallery-pi1 .pagebrowser .prev {
	width:20%;
	float:left;
}

.tx-chgallery-pi1 .pagebrowser .text {
	width:60%;
	float:left;
	text-align:center;
}

.tx-chgallery-pi1 .pagebrowser .next {
	width:20%;
	float:right;
	text-align:right;
}

.tx-chgallery-pi1 .clr {
	clear:both;
}


.tx-chgallery-pi1 .single {
	float:left; 
	padding:3px 1px 2px 1px;
	margin:5px ;
}


.tx-chgallery-pi1 .single .img {
	width:160px;
	height:126px;
	line-height:126px;
	position:relative;
}

.tx-chgallery-pi1 .single .img .align {
	width:160px;
	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 {
	border: 2px solid #000000;
	margin: 0px;
	padding: 0px;

}


.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width:148px;
	min-height:20px;
	border:0px solid #f3f4f6;
	text-align:center;
}

* 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 ;
}

.tx-chgallery-pi1 .hide {
	display:none;
}
.tx-chgallery-pi1 .pagebrowser {
	display: none;
}
.tx-chgallery-pi1 {
	display: block;
	height: 100%;
	float: none;
}
