﻿@charset "utf-8";
/* CSS Document */
h3{
	margin-top: 0 !important;
}
#vlightbox1 {
	width:100%;
	zoom:1;	
}
#vlightbox1 .vlightbox1 {	
	zoom:1;
	float:left;
	position:relative;
	vertical-align:top;
	margin:1%;
	width:250px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:1;
	overflow:hidden;
	/*height:140px;*/
}
#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover{
	text-decoration:underline;
	opacity:0.8;
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border:none;
	margin:auto;	
	position:relative;
}
#vlightbox1 .vlightbox1 div {display:none}

#prevLinkImg, #nextLinkImg{transition:none !important;}


@media all and (min-width:0px) and (max-width:480px)
{    #vlightbox1 .vlightbox1 {
        width:48%;
        }  
}

@media all and (min-width:481px) and (max-width:767px)
{    #vlightbox1 .vlightbox1 {
        width:31%;
        }  
}