#vlightbox1 {
	width: 100%;
	zoom: 1;
}
#vlightbox1 .vlightbox1 div {
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background: #000 url(zoom-in.png) 50% 54% no-repeat;
	opacity: 0.6;
	color: #FFF;
}
#vlightbox1 .vlightbox1 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display:inline;
	position: relative;
	vertical-align: top;
	margin: 20px 10px 10px 60px;
	width: 210px;
	height: 150px;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	border: 4px solid #CCC;
}
#vlightbox1 .vlightbox1 a {
	margin: 0;
	border: none;
}
#vlightbox1 .vlightbox1 img {
	display: block;
	border: none;
	margin: 0;
}
#vlightbox1 .vlightbox1 div {
	display: none;
	border: none;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {

#vlightbox1 .vlightbox1 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display:inline;
	position: relative;
	vertical-align: top;
	margin: 20px 10px 10px 3%;
	width: 210px;
	height: 150px;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
	border: 4px solid #CCC;
}


	
}