 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}

/************************
 * GALLERY view 
 ************************/  

/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	border-top:0px solid #dde1e4;
	border-bottom:0px solid #dde1e4;
	padding:3px 0;	
	margin: 0px 20px 40px;
}

.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; }

/* GALLERY single element */
.tx-chgallery-pi1 .single {
	float:left; 
	padding:3px 1px 2px 1px;
	margin:5px 5px 50px 5px;
	height: 200px;
}

.tx-chgallery-pi1 .single .img {
	width:300px;
	height:235px;
	line-height:235px;
	position:relative;
}

.tx-chgallery-pi1 .single .img .align {
	/*background:#f3f4f6;*/
	width:300px;
	height:235px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-107px;
	margin-left:-150px;
}

.tx-chgallery-pi1 .single .img img {

}

.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width:300px;
	min-height:20px;
	text-align:left;
	font-size: 12px;
}

.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;
}

