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

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

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

#collageClearerpage8 {
	clear: both;
}

#collagepage8 .collageThumbnail {
	width: 300px;
	height: 200px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	border-width: 0px;
	border-color: #333333;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	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;
}

#collagepage8 .collageThumbnail:hover {
	
	
	
	
	
	background-color: #ffffff;
	opacity: 0.99;
	filter: alpha(opacity = 99);
	border-style: none;
	border-width: 0px;
	border-color: #000000;
}

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



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




/* Tablet styling */
@media (max-width: 781px) {
	#collagepage8 .collageThumbnail {
		width: 200px;
		height: 150px;
	}
	
	#collagepage8 .collageThumbnail img {
		width: 200px;
		max-height: 150px;
	}
	
	
	
	/* Code used if thumbnails are set to fill (stretch) */
	#collagepage8 .collageThumbnail img {
		width: 100%;
		height: 100%;
	}
	
	
}

/* Mobile styling */
@media (max-width: 581px) {
	#collagepage8 .collageThumbnail {
		width: 300px;
		height: 200px;
	}
	
	#collagepage8 .collageThumbnail img {
		width: 300px;
		max-height: 200px;
	}
	
	
	
	/* Code used if thumbnails are set to fill (stretch) */
	#collagepage8 .collageThumbnail img {
		width: 100%;
		height: 100%;
	}
	
	
}

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

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







/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	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;
}

#lbSlide{
	display: block;
	position: absolute;
	width: 100%;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	font-size: 100000px;
	overflow: hidden;
	color: #666;
	text-indent: -9999px;
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	width: 100%;
	right: 0;
}

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

#lbBottom {
	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;
}