 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
.tx-chgallery-pi1 {
	width: 615px;
	margin-top: 5px;
}

.gal {
	width: 615px;
	margin-left: 15px;
}
 
.tx-chgallery-pi1 .pagebrowser {
	background: url(/fileadmin/templates/images/gal_pg_bg_r.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 4px 0;
	height: 27px;
	margin: 0 0 5px 0;
	position: relative;
	width: 585px;
}

.tx-chgallery-pi1 .pagebrowser .left {
	position: absolute;
	top: 0;
	left: 0;
}

.tx-chgallery-pi1 .pagebrowser .next img, .tx-chgallery-pi1 .pagebrowser .prev img {
	margin: 0 8px;
}

.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;
	margin:3px;
}


.tx-chgallery-pi1 .single .img {
	width:190px;
	height:134px;
	line-height:126px;
	position:relative;
}

.tx-chgallery-pi1 .single .img .align {
	width:190px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-67px;
	margin-left:-95px;
}


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

}


.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width:148px;
	min-height:20px;
	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 ;
}

/* Settings for ajax mode */
.tx-chgallery-pi1 .hide {
	display:none;
}

.tx-chgallery-pi1 #chgalleryimg {
	padding:0 0px;
}

.tx-chgallery-pi1 #chajax {
	background:#fff url(ajaxloading.gif) no-repeat center center;
	position:absolute;
	height:490px;
	width:550px;
	z-index:999;
	margin:0 0 0 5px
 opacity: 0.8;
 -moz-opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

