.lightbox {
cursor: pointer;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
background: rgba(0, 0, 0, 0.7);
-webkit-filter: none !important;
z-index: 9997;
}
.lightbox img {
display: block;
position: absolute;
border: 5px solid #e1e1e1;
box-shadow: 0 0 20px #000;
border-radius: 1px;
}
.blurred > * {
-webkit-filter: blur(2px);
-webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
background: url(loading.gif) center center no-repeat;
width: 31px;
height: 31px;
margin: -16px 0 0 -16px;
position: absolute;
top: 48%;
left: 50%;
}
.lightbox-caption {
display: none;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
z-index: 9998;
background: #000;
background: rgba(0,0,0,0.7);
}

.lightbox-caption p {
color: #FFFFFF;
display: inline-block;
font-family: arial;
font-size: 14px;
line-height: 18px;
margin: 0 auto;
max-width: 70%;
padding: 10px;
}

.lightbox-button {
position: absolute;
z-index: 9999;
background: no-repeat center center;
width: 32px;
height: 32px;
opacity:0.4;
-webkit-transition: all 0.3s;
-moz-transition:    all 0.3s;
-ms-transition:     all 0.3s;
transition: 		all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
opacity: 1;
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}

.lightbox-close {
right: 10px;
top: 10px;
background-image:url(../images/close1.png);
}
.lightbox-next {
right: 10px;
top: 48%;
background-image:url(../images/next.png);

}
.lightbox-previous {
left: 10px;
top: 48%;
background-image:url(../images/previous.png);

}

.container2 {
max-width: 940px;
margin: 0 auto;

}
.gallery {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0;
text-align:left;
}
.gallery{ text-align:center; padding:10px 0;}
.gallery li {
display: inline-block;
margin: 1%;
width: 22%;
}
.gallery p {
color: #000;
display: block;
font-family: arial;
font-size: 16px;
font-weight: bold;
text-align: center;
margin:0 0 5px;

}
.gallery li:hover img{ border-color:#fa930a;}

.gallery h1 {
color: #000;

font-family: arial;
font-size: 16px;
font-weight: bold;


}
.gallery img {
border: 3px solid #e1e1e1;
height: 200px;
margin: 0;
padding: 0;
width: 100%;
}

