#vlightbox1 {
	width:100%;
	zoom:1;
	background: #000000;
	overflow: hidden;
	position:relative;
	border-radius: 5px;
}
#vlightbox1 .vlb_pics {
	white-space: nowrap;
	overflow: hidden;
	background-color: inherit;
	padding: 30px 0;
	margin: 0 30px;
}
#vlightbox1 .vlightbox1 {
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
	outline:none;
}
#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover{
	text-decoration:underline;
	opacity:1;
}
#vlightbox1 img{
	display:block;
	border:none;
}
#vlightbox1 .vlightbox1 div {display:none}

#vlightbox1 span.vlb_left {
	background: url(../../images/arrow_left.png);
	left: 0;
}
#vlightbox1 span.vlb_right {
	background: url(../../images/arrow_right.png);
	right: 0;
}
#vlightbox1 span.vlb_right,
#vlightbox1 span.vlb_left {
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin: -8px 5px 0 5px;
	cursor: pointer;
	background-size: cover;
}