@charset "utf-8";
/* CSS Document */

#vlightbox1 {
	width:100%;
	zoom:1;	
}
#vlightbox1 .vlightbox1 {	
	zoom:1;
	float:left;
	position:relative;
	vertical-align:top;
	margin:8px 0;
	width:16.66%;
	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:auto;
}
#vlightbox1 .vlightbox1 div {display:none}

#prevLinkImg, #nextLinkImg{transition:none !important;}


@media all and (min-width:0px) and (max-width:480px)
{    #vlightbox1 .vlightbox1 {
        width:50%;
        }  
}

@media all and (min-width:481px) and (max-width:767px)
{    #vlightbox1 .vlightbox1 {
        width:25%;
        }  
}