#weaverpix-content-in-page22 {
	margin: 0px;
	padding: 0px;
}/* @group Collage Thumbnails */

#collagepage22 {
	display: block;
	position: relative;
	float: none;
	height: auto;
	z-index: 10;
}

.thumbWrap {
	height: auto;
	overflow: auto;
}

#collageClearerpage22 {
	clear: both;
}

#collagepage22 .collageThumbnail {
	width: 200px;
	height: 200px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-style: none;
	border-width: 0px;
	border-color: #333333;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	overflow: auto;
	position: relative;
	opacity: 0.99;
	filter: alpha(opacity = 99);

	

	

	background-color: #ffffff;
	transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
}

#collagepage22 .collageThumbnail:hover {

	

	

	background-color: #ffffff;
	opacity: 0.50;
	filter: alpha(opacity = 50);
	border-style: none;
	border-width: 0px;
	border-color: #000000;
}

#collagepage22 .collageThumbnail img {
	width: 200px;
	max-height: 200px;
	z-index: 0;
	position: relative;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}



/* Code used if thumbnails are set to fill (stretch) */
#collagepage22 .collageThumbnail img {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: relative;
}




/* Tablet styling */
@media (max-width: 781px) {
	#collagepage22 .collageThumbnail {
		width: 200px;
		height: 200px;
	}

	#collagepage22 .collageThumbnail img {
		width: 200px;
		max-height: 200px;
	}

	

	/* Code used if thumbnails are set to fill (stretch) */
	#collagepage22 .collageThumbnail img {
		width: 100%;
		height: 100%;
	}

	
}

/* Mobile styling */
@media (max-width: 581px) {
	#collagepage22 .collageThumbnail {
		width: 200px;
		height: 200px;
	}

	#collagepage22 .collageThumbnail img {
		width: 200px;
		max-height: 200px;
	}

	

	/* Code used if thumbnails are set to fill (stretch) */
	#collagepage22 .collageThumbnail img {
		width: 100%;
		height: 100%;
	}

	
}

#collagepage22 h4.thumbnailTitle {
	font-size: 100%;
	line-height: 1.50em;
	color: #333333;
}

#collagepage22 .thumbnailCaption {
	font-size: 90%;
	line-height: 1.25em;
	color: #4c4c4c;
}


#collagepage22 .pagination {
  height: 40px;
  margin: 0;
  display: block;
  position: relative;
}
#collagepage22 .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0;
}
#collagepage22 .pagination ul > li {
  display: inline;
}
#collagepage22 .pagination ul > li > a,
#collagepage22 .pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background: #f6f6f6;
  border: 1px solid #cdcdcd;
  border-left-width: 0;
  color: #666666;
}
#collagepage22 .pagination ul > li > a:hover,
#collagepage22 .pagination ul a.active {
  background: #eaeaea;
  color: #000000;
}
#collagepage22 .pagination a.active {
  color: #999999;
  cursor: default;
}
#collagepage22 .pagination ul a.disabled,
#collagepage22 .pagination ul a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
#collagepage22 .pagination ul > li:first-child > a,
#collagepage22 .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#collagepage22 .pagination ul > li:last-child > a,
#collagepage22 .pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#collagepage22 .pagination-centered {
  text-align: center;
}
#collagepage22 .pagination-right {
  text-align: right;
}












/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}