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

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

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

#collageClearerpage49 {
	clear: both;
}

#collagepage49 .collageThumbnail {
	width: 150px;
	height: 150px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: solid;
	border-width: 2px;
	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.75;
	filter: alpha(opacity = 75);
	
	
	
	
	
	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;
}

#collagepage49 .collageThumbnail:hover {
	
	
	
	
	
	background-color: #ffffff;
	opacity: 0.99;
	filter: alpha(opacity = 99);
	border-style: solid;
	border-width: 2px;
	border-color: #fffdb8;
}

#collagepage49 .collageThumbnail img {
	width: 150px;
	max-height: 150px;
	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;
}




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

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

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

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