 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
.tx-chgallery-pi1 .pagebrowser_head {
	border-bottom: 1px solid #343434;
	display:block;
	height:30px;
	padding:10px 20px 0px;
}
.tx-chgallery-pi1 .pagebrowser_bottom {
	border-top:1px solid #343434;
	color:#A4A4A4;
	height:26px;
	overflow:hidden;
	padding-bottom:8px;
	padding-top:8px;
	padding-right: 20px;
	padding-left: 20px;
}

.tx-chgallery-pi1 .pagebrowser_head .prev, .tx-chgallery-pi1 .pagebrowser_bottom .prev {
	width:20%;
	float:left;
}

.tx-chgallery-pi1 .pagebrowser_head .prev a, .tx-chgallery-pi1 .pagebrowser_bottom .prev a {
	padding-left:20px;
	background:transparent url(../../../../fileadmin/templates/v1templates/images/arrows/bul-grey-inactive-rev.gif) no-repeat scroll left center;
}

.tx-chgallery-pi1 .pagebrowser_head .prev a:hover, .tx-chgallery-pi1 .pagebrowser_bottom .prev a:hover {
	background:transparent url(../../../../fileadmin/templates/v1templates/images/bul-grey-rev.gif) no-repeat scroll left center;
	color: #FFFFFF;
}

.tx-chgallery-pi1 .pagebrowser_head .text, .tx-chgallery-pi1 .pagebrowser_bottom .text  {
	width:60%;
	float:left;
	text-align:center;
}

.tx-chgallery-pi1 .pagebrowser_head .next, .tx-chgallery-pi1 .pagebrowser_bottom .next {
	width:20%;
	float:right;
	text-align:right;
}

.tx-chgallery-pi1 .pagebrowser_head .next a, .tx-chgallery-pi1 .pagebrowser_bottom .next a {
	background:transparent url(../../../../fileadmin/templates/v1templates/images/arrows/bul-grey-inactive.gif) no-repeat scroll right center;
	padding-right:20px;
}

.tx-chgallery-pi1 .pagebrowser_head .next a:hover, .tx-chgallery-pi1 .pagebrowser_bottom .next a:hover{
	background:transparent url(../../../../fileadmin/templates/v1templates/images/bul-grey.gif) no-repeat scroll right center;
	color: #FFFFFF;
}

.tx-chgallery-pi1 .clr {
	clear:both;
}

.tx-chgallery-pi1 .container {
	padding-left: 3px;
}


.tx-chgallery-pi1 .single {
	/*background:#f3f4f6;*/
	border: 1px solid #333333;
	float:left; 
	padding:3px 0px 2px 0px;
	margin:5px ;
}


.tx-chgallery-pi1 .single .img {
	width:160px;
	height:126px;
	/*background:url(bg.gif) no-repeat;*/
	line-height:126px;
	position:relative;
}

.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 {

}


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

