
#vlightbox1 {
    width: 100%;
}
#vlightbox1 .vlightbox1 {
    display: inline-block;
    font-family: Trebuchet,Tahoma,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 5px;
    opacity: 0.87;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 23%;
	float:left;
	height: 220px;
}
#vlightbox1 .vlightbox1 a {
    margin: 0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover {
    opacity: 1;
}
#vlightbox1 .vlightbox1 img {
    border: medium none;
    display: block;
    float: left;
    margin: 0;
    max-width: 100%;
	box-shadow:3px 2px 2px gray;
}
#vlightbox1 .vlightbox1 div {
    display: none;
}


@media only screen and (max-width:768px)
{
#vlightbox1 .vlightbox1 { width:29%; }
}

