/*------------------------------------------ Category Wahl */
.chgallery-list {
margin-top: 0px;
width: 800px;
background: none;
float: left;
}


.chgallery-list .img {
float: left;
margin-right: 15px;
margin-top: 2px;
overflow: hidden;
height: 69px;

}

.chgallery-list .text {
float: left;
}


#pageContent .chgallery-list li {
font-size: 13px;
color: #fff;
padding: 5px;
line-height: 16px;
list-style: none;
border: 1px solid #fff;
width: 370px;
float: left;
}

#pageContent .itemodd {
float: left;
margin: 0 30px 30px 0;
}





/*------------------------------------------ List View */
.tx-chgallery-pi1 {
margin: 0px 0 0px 0;
}


.tx-chgallery-pi1 .info {
margin: 10px 0 0 0;
font-size: 12px;
color: #fff;
}

#pageContent .tx-chgallery-pi1 .info a,
.tx-chgallery-pi1 .info i {
font-size: 11px;
color: #fff;
}



.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #dee7e5;
	border-bottom:1px solid #dee7e5;
margin: 10px 0 10px 0;
height: 25px;
line-height: 25px;
}

.tx-chgallery-pi1 .pagebrowser .prev {
	width:30%;
	float:left;
}

.tx-chgallery-pi1 .pagebrowser .text {
	width:40%;
	float:left;
	text-align:center;
font-size: 12px;
color: #fff;
}

.tx-chgallery-pi1 .pagebrowser .next {
	width:30%;
	float:right;
	text-align:right;
}

#pageContent .tx-chgallery-pi1 .pagebrowser a {
font-size: 12px;
color: #fff;
font-weight: normal;
}

#pageContent .tx-chgallery-pi1 .pagebrowser a:hover {
font-size: 12px;
color: #fff;
font-weight: normal;
text-decoration: none;
}


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


.tx-chgallery-pi1 .single {
background: #f0f4f3;
float:left; 
padding: 1px;
margin: 10px;
}


.tx-chgallery-pi1 .single span {
display: none;
}








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


