/* CATEGORY view */  

.tx-chgallery-pi1 .chgallery-list {
	padding:0;
	margin:0;
	list-style:none
}
.tx-chgallery-pi1 li.item {
	margin:0 !important;
	padding: 0.5em 0 0 0 !important;
	list-style: none !important;
	background: none !important;
}
.tx-chgallery-pi1 li.item h2 {
	margin:0 0 0.5em 0;
	padding:0;
}
.tx-chgallery-pi1 li.item .description {
	margin: 0 0 1em 0;
}
.tx-chgallery-pi1 li.item .galleryinfo {
	font-size: 95%;
	font-style: italic;
}
/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	padding: 5px 0 0 0;
	border-bottom:1px solid #eee;
}
.tx-chgallery-pi1 .chgallery-list .itemodd {
	background:#fff;
}
.tx-chgallery-pi1 .chgallery-list .itemodd .img img {
	border:1px solid #eee;
}
.tx-chgallery-pi1 .chgallery-list .itemeven {
	background:#fff;
}
.tx-chgallery-pi1 .chgallery-list .itemeven .img img {
	border:1px solid #E7EDF1;
}
.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	width:28%;
	padding-left:2px;
}
.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
	width: 70%;
}
.tx-chgallery-pi1 .chgallery-list .clr {
	clear:both;
}
/* GALLERY view */

.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:3px 0;
	height: 1.5em;
	margin: 0 0 10px 0;
}
.tx-chgallery-pi1 .pagebrowser .prev {
	width:33%;
	float:left;
}
.tx-chgallery-pi1 .pagebrowser .text {
	width:33%;
	float:left;
	text-align:center;
}
.tx-chgallery-pi1 .pagebrowser .next {
	width:33%;
	float:right;
	text-align:right;
}
.tx-chgallery-pi1 .clr {
	clear:both;
}
.tx-chgallery-pi1 .single {
	float:left;
}
.tx-chgallery-pi1 .info p.backlink a {
	padding: 0 0 0 12px;
	background: url('/fileadmin/images/links/internallink_back.gif') 0 3px no-repeat;
}
.tx-chgallery-pi1 .single .imgdescription {
	font-size: 95%;
}
.tx-chgallery-pi1 .single .img {
	width:140px;
	height:110px;
	background:url(/fileadmin/extensions/chgallery/images/bg140.gif) no-repeat;
	position:relative;
}
.tx-chgallery-pi1 .single .img .align {
	width:140px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-43px;
	margin-left:-70px;
}
.tx-chgallery-pi1 .single .img img {
}
.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	padding: 2px;
	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(/fileadmin/extensions/chgallery/images/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);
}