 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
.tx-chgallery-pi1 {
	margin: 0px;
	padding: 0px;
	width: 600px;
}
 
 
 
.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #dde1e4;
	border-bottom:1px solid #dde1e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 20px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 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-right: 18px;
	padding-bottom: 18px;
}


.tx-chgallery-pi1 .single .img {
}

.tx-chgallery-pi1 .single .img .align {
}


.tx-chgallery-pi1 .single .img img {
	border: 1px solid #000000;
}


.tx-chgallery-pi1 .single span {
	display:block;
	text-align:center;
	height: 0px;
	width: 0px;
}

* html .tx-chgallery-pi1 .single span {
	height: 0px;
	width: 0px;
}

/* 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;
}

.tx-chgallery-pi1 #chajax {
	background:#fff url(ajaxloading.gif) no-repeat center center;
	position:absolute;
	height:490px;
	width:550px;
	z-index:999;
	margin:10px 0 0 10px
 opacity: 0.8;
 -moz-opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

