#vlightbox1 {
	max-width:79%;
	margin: 0 0 0 200px;
	zoom:1;	
}
#vlightbox1 .vlightbox1 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:3px;
	width:23%;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover{
	text-decoration:underline;
	opacity:1;
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border:none;
	margin:0;
}
#vlightbox1 .vlightbox1 div {display:none}

@media only screen and (max-width: 1170px) {
	#vlightbox1 {width: 77%; /* border: 1px solid green;*/ border: none;margin: 0 0 0 200px;}
#vlightbox1 .vlightbox1 {margin:3px;width:23%;}
}
	
@media only screen and (max-width: 880px) {

#vlightbox1 {width: 74%; /* border: 1px solid green;*/ border: none;margin: 0 0 0 190px;}
#vlightbox1 .vlightbox1 {margin:3px;width:23%;}
}
/* below TABLET */
@media handheld, only screen and (min-width: 667px) and (max-width: 767px) {
#vlightbox1 {width: 69%; margin: 0px 0 0 180px; /* border: 1px solid yellow;*/ border: none; }
#vlightbox1 .vlightbox1 {margin:3px;width:23%;}
}
@media handheld, only screen and (min-width: 520px) and (max-width: 667px) {
#vlightbox1 {width: 78%; /* border: 1px solid lime;*/ border: none; margin: 0 0 0 106px;}
#vlightbox1 .vlightbox1 {margin:1px;width:22%;}
}

/* below is layout for MOBILE PHONE version   */
@media handheld, only screen and (min-width: 320px) and (max-width: 520px) {
#vlightbox1 {width: 74%;margin-left: 100px; /* border: 1px solid teal;*/ border: none; }
#vlightbox1 .vlightbox1 {margin:1px;width:30%;}
}
@media handheld, only screen and (max-width: 391px) {
#vlightbox1 {width: 74%;margin-left: 90px; /* border: 1px solid navy;*/ border: none; }
#vlightbox1 .vlightbox1 {margin:1px;width:30%;}
}
