/***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #4074a7;
	border-bottom:1px solid #4074a7;
	padding:3px 6px 3px 6px;	
        margin: 20px 0px 10px 0px;
        background:url(img/bg-newsh.jpg) repeat-x 0px 0px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #172b3f;
}

.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 {
	background:url(img/bg-ch_gallery-gr.jpg) no-repeat 0px -8px;
	float:left; 
	padding:1px 1px 0px 1px;
	margin:5px 10px 5px 10px;
        height: 130px;
}


.tx-chgallery-pi1 .single .img {
	width:160px;
	height:125px;
        padding:0px 0px 0px 0px;
        margin:0px;
	background:url(img/bg-ch_gallery.jpg) no-repeat;
	line-height:124px;
	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;
        padding:0px 0px 0px 0px;
}


.tx-chgallery-pi1 .single .img img {
        border:1px solid #4074a7;
        margin:0px 0px 0px 0px;
        padding:0px;
}


.tx-chgallery-pi1 .single span {
	display:block;
	margin:-15px 5px;
	width:148px;
	min-height:17px;
	/*border:1px solid #f3f4f6;*/
	text-align:center;

        /* adapted */
        color:#2a4c6b;
        font-size:10px;
        font-family:Verdana, Arial, Helvetica, sans-serif;

}

* html .tx-chgallery-pi1 .single span {
	height:10px; 
}

/* 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);
}

/* mod-beim hover */
.tx-chgallery-pi1 .single .img img:hover{
	border:1px solid #FF0000;
	position:relative;
	left: 3px;
	top: 3px;
}


