#vlightbox1 {
	width:100%;
	zoom:1;	
}

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

#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1 img{
	display: block;
}
#vlightbox1 .vlightbox1 div {display:none}
