#vlightbox1 {
	width:100%;
	zoom:1;	
}

#vlightbox1 .vlightbox1 div{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000 url(../images/zoom-in.png) 50% 54% no-repeat;
	opacity:0.6;
	color:#FFF;	
}
#vlightbox1 .vlightbox1 {
	display:-moz-inline-stack;
	float:left;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	width:48%;
	text-align:center;
	margin:3px;

}

#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1 img{
	display:inline-block;
	border:none;
	vertical-align:middle;
	margin:0;
	max-height:100%;
	max-width:100%;	
}
#vlightbox1 .vlightbox1 div {display:none}

@media screen and (max-width:768px)

{
#vlightbox1 .vlightbox1 img
{
	width:100%;
}

#vlightbox1 .vlightbox1 {
	width:48%;
}	
}
