 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	
	
	}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 .chgallery-list {
 	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
 	list-style:none;
}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	padding:0px 0px 0px 0px;
}

.tx-chgallery-pi1 .chgallery-list .itemodd {  }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img {  }
.tx-chgallery-pi1 .chgallery-list .itemeven {  }
.tx-chgallery-pi1 .chgallery-list .itemeven .img img {  }

.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
 
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	width:220px;
	padding:0px 15px 0px 0px;
}


.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
	width:280px;
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
 
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info {
	 margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
	width:530px;
 }

.tx-chgallery-pi1 .info .position {
	float:right;
	font-size:35px;
	font-family:Arial, Sans Serif;
	color: silver;
	margin-right:5px;
	font-weight:bold;
}


.tx-chgallery-pi1 .info .position span {
	font-size:20px;
}

.tx-chgallery-pi1 .info span {
	font-weight:bold;
}

.tx-chgallery-pi1 .info .back_link {
	width:30%;
	float:right;
	text-align:right;
}

.tx-chgallery-pi1 .info .descr {
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
}

.tx-chgallery-pi1 .info .dir_descr {
	float:left;
	width:60%;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
}
/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	padding:0px 0px 5px 0px;	
}

.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; 
	display:block;
	width:106px;
	height:95px;
}




