 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
.tx-chgallery-pi1 .pagebrowser {
	background:url(http://www.mortal-kombat-sound.de/fileadmin/templates/_img/bg-h2.gif) no-repeat;
	padding:3px 0;	
	color:#ffffff;
	font-size:12px;
}

.tx-chgallery-pi1 .pagebrowser .prev {
	width:5%;
	float:left;
	color:#ffffff;
	font-size:12px;
}

.tx-chgallery-pi1 .pagebrowser .text {
	width:88%;
	float:left;
	text-align:left;
	color:#ffffff;
	font-size:12px;
	padding-left:5px;
}

.tx-chgallery-pi1 .pagebrowser .next {
	width:3%;
	float:right;
	text-align:right;
	color:#ffffff;
	font-size:12px;
	padding-right:5px;
}

.tx-chgallery-pi1 .clr {
	clear:both;
	padding:10px 0;
}


.tx-chgallery-pi1 .single {
	background:#f3f4f6;
	float:left; 	
}


.tx-chgallery-pi1 .single .img {
	width:90px;
	height:90px;	
	line-height:90px;
	position:relative;
}

.tx-chgallery-pi1 .single .img .align {
	width:90px;
	height:90px;
	position:absolute;
	
	text-align:center;
	display:block;
	
}


.tx-chgallery-pi1 .single .img img {

}


.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width:148px;
	min-height:20px;
	border:1px solid #f3f4f6;
	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 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);
}

