/* SLIMBOX 2 Layout */

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

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

.lbLoading {
	background: #fff url(http://www.projectwalk.com/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(http://www.projectwalk.com/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://www.projectwalk.com/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(http://www.projectwalk.com/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
.photoGallery-Title {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	float: none;
	font-size: 18px;
	font-style: normal;
	color: #003C69;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
	padding-top: 20px;
	padding-bottom: 5px;
}
.photoGallery-Caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-bottom: 10px;
	line-height: 20px;
	color: #130D0D;
}


.photoGallery {
	clear: both;
	float: inherit;
	padding-bottom: 30px;
	width: 710px;
	margin-right: -6px;
}

/* Front End Gallery Layout for Salvattore.js file */




.galleryThmb {
	max-width: 100%;
	border: 1px solid #D4D4D4;
	padding: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}

.galleryThmb img {
	cursor:url(http://www.projectwalk.com/images/zoomin2.cur), -moz-zoom-in;

}

.galleryThmb:hover {
	box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	-moz-box-shadow: 0px 0px 3px #333;
	border: 1px solid #777;
	-moz-transition:border 1s;
	-webkit-transition:border 1s;
	-o-transition:border 1s;
	transition:border 1s;
}


.photoGallery .column {
    float: left;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

[data-columns]::before {
    display: none;
}



@media screen and (max-width: 450px) {
    .photoGallery[data-columns]::before {
        content: '1 .column';
    }
}

@media screen and (min-width: 451px) and (max-width: 700px) {
    .photoGallery[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width: 701px) and (max-width: 850px) {
    .photoGallery[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media screen and (min-width: 851px) {
    .photoGallery[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}