#vlightbox {
	zoom:1; 
    display: block;
    float: left;
    height: auto;
    width: 100%;
	.background:#fbfbfb;
}
#vlightbox span{ display:block; }
#vlightbox a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:0;
	padding:0;
	width:auto;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	opacity:1;
}
#vlightbox a img{
	display:block;
	border:none;
	margin:0;
}
#vlightbox a:hover{
	text-decoration:none;
	opacity:0.7;
	height:95px; width:125px;
	border:none;
}
.thumb{
	width:125px; height:95px; 
	float:left; padding:25px; 
	margin:0; 
	background: url(images/thumb_bg.png) center center no-repeat;
	.background: url(images/thumb_bg.jpg) center center no-repeat;
	}
.clearFix{clear:both;}
