/*=== Style for Lightbox Preview Images*/


.mypicsgallery {
text-align:center;
margin:34px 0 20px 0;
}

.mypicsgallery a img {
background:#fff;
color:#666;
border:2px solid #D5D09F;
padding:2px;
margin:6px;
}

.mypicsgallery a:hover img,
.mypicsgallery a:focus img,
.mypicsgallery a:active img {
background:#fff;
color:#666;
border:2px solid #BD252B !important;
padding:2px;
margin:6px;
}


