 /***************************
 *   Default CSS for
 *   EXT ricgallery
 ***************************/
 
.tx-ricgallery-pi2 .listItemWrap { clear:both;margin-top:10px;margin-bottom:10px; }
.tx-ricgallery-pi2 .listImg { float:left;margin-bottom:15px;width:160px;height:126px;
	background:url(bg.gif) no-repeat;line-height:126px; }
.tx-ricgallery-pi2 .listTxt { text-align:left;margin-left:170px;height:126px; }
.tx-ricgallery-pi2 .listTxt .count { font-style:italic; }
.tx-ricgallery-pi2 h2, .tx-ricgallery-pi2 h2 a, .tx-ricgallery-pi2 h2 a:link, .tx-ricgallery-pi2 h2 a:visited,
.tx-ricgallery-pi2 h2 a:active { font-size:12px;font-style:normal;font-weight:bold; }
.tx-ricgallery-pi2 .f { font-size:11px; }

.tx-ricgallery-pi1 .pagebrowser, .tx-ricgallery-pi2 .pagebrowser {
	border-top:1px solid #dde1e4;border-bottom:1px solid #dde1e4;padding:3px 0;font-size:11px;clear:both;
}

.tx-ricgallery-pi1 .pagebrowser .prev, .tx-ricgallery-pi2 .pagebrowser .prev {
	width:20%;float:left;font-size:11px;
}

.tx-ricgallery-pi1 .pagebrowser .text, .tx-ricgallery-pi2 .pagebrowser .text {
	width:60%;
	float:left;
	text-align:center;
	font-size:11px;
}

.tx-ricgallery-pi1 .pagebrowser .next, .tx-ricgallery-pi2 .pagebrowser .next {
	width:20%;
	float:right;
	text-align:right;
	font-size:11px;
}

.tx-ricgallery-pi1 .clr, .tx-ricgallery-pi2 .clr { clear:both; }

.tx-ricgallery-pi1 .single, .tx-ricgallery-pi2 .single {
/*	background:#f3f4f6;*/
	float:left;
	padding:0px;
	margin:2px;
}

.tx-ricgallery-pi1 .single .img, .tx-ricgallery-pi2 .single .img {
	width:160px;
	height:126px;
	background:url(bg.gif) no-repeat;
	line-height:126px;
	position:relative;
}

.tx-ricgallery-pi1 .single .img .align, .tx-ricgallery-pi2 .single .img .align {
	width:160px;
	height:126px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-53px;
	margin-left:-80px;cursor:pointer;cursor:hand;
}
.tx-ricgallery-pi2 .listItemWrap .listImg .align {
  width:160px;height:126px;top:50%;left:50%;text-align:center;display:block;margin-top:7px;cursor:pointer;cursor:hand;
}

.tx-ricgallery-pi1 .single .img img, .tx-ricgallery-pi2 .single .img img {

}

.tx-ricgallery-pi1 .single span, .tx-ricgallery-pi2 .single span {
	display:block;
	margin:1px 5px;
	width:148px;
	min-height:20px;
/*	border:1px solid #f3f4f6;*/
	text-align:center;
	font-size:11px;
}

* html .tx-ricgallery-pi1 .single span, * html .tx-ricgallery-pi2 .single span {
	height:20px;
	font-size:11px;
}

/* small version */
.tx-ricgallery-pi1 .singlesmall img, .tx-ricgallery-pi2 .singlesmall img  {
	float:left;
	padding:0 1px 2px 1px;
	margin:0 5px ;
}

/* Settings for ajax mode */
.tx-ricgallery-pi1 .hide, .tx-ricgallery-pi2 .hide {
	display:none;
}

.tx-ricgallery-pi1 #ricgalleryimg, .tx-ricgallery-pi2 #ricgalleryimg {
	padding:0 20px;
}

.tx-ricgallery-pi1 #chajax, .tx-ricgallery-pi2 #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);
}

