﻿@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: 14px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		opacity: 1;
		padding: 2px;
		border: 1px dotted #ebeaea;
		/*overflow:hidden;
	height:190px;*/
	}
.imgboxcontainer {
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
}
#vlightbox1 .vlightbox1 p{
	line-height: 30px;
}
#vlightbox1 .vlightbox1 a {
	margin: 0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover{
	text-decoration:none;
	opacity:0.8;
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border:none;
	margin:auto;	
	position:relative;
	min-height: 170px;
}
/*#vlightbox1 .vlightbox1 div {display:none}*/

#prevLinkImg, #nextLinkImg{transition:none !important;}


@media all and (min-width:0px) and (max-width:480px)
{    #vlightbox1 .vlightbox1 {
        width:98%;
        }  
}

@media all and (min-width:481px) and (max-width:767px)
{    #vlightbox1 .vlightbox1 {
        width:48%;
        }  
}