 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 .tx-chgallery-pi1 {
	width: 100%;
	margin:10px 0px 5px 0px;
	border-bottom:1px solid #FFFFFF;
 }
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 .chgallery-list {
	padding:0;
	margin:0 0 0 -20px;
	list-style:none;
	list-style-position: outside;
}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	padding:5px 5px 5px 0;
}

.tx-chgallery-pi1 .chgallery-list .itemodd {
	background:#F1DFDF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
.tx-chgallery-pi1 .chgallery-list .itemodd .img img {
	border:2px solid #FFFFFF;
}
.tx-chgallery-pi1 .chgallery-list .itemeven {
	background:#FFFFFF;
	border-bottom:1px solid #990000;
	border-top:1px solid #990000;
}
.tx-chgallery-pi1 .chgallery-list .itemeven .img img {
	border:2px solid #F1DFDF;
}

.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
 
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	width:150px;
	padding:5px 0 0 10px;
}


.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
	width:525px;
}

.tx-chgallery-pi1 .chgallery-list .clr {
	clear:both;
}
 
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info {
	margin:5px 10px 15px 10px;
	padding:3px 6px 10px 6px;
	border:1px solid #990000;
	background:#F1DFDF;
}

.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 #dde1e4;
	border-bottom:1px solid #dde1e4;
	padding:3px 0;	
	margin:2px auto 5px auto;
	width:100%;
}

.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 .img_box {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
.tx-chgallery-pi1 .single {
	background:#f3f4f6;
	float:left;
	margin:10px 0 10px 0;
}

.tx-chgallery-pi1 .single .img {
	width:147px;
	height:154px;
	background:url(film_k.png) no-repeat;
	line-height:126px;
	text-align:center;
}

.tx-chgallery-pi1 .act .img {
/*	background:url(gfx/bgact.gif) no-repeat*/
}

.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 {
	padding-top:25px;
}