#vlightbox1 {
	width:100%;
}

#vlightbox1 .vlightbox1 {
	width:176px;
height:200px;
margin:8px;
float:right; 
border:1px solid #c8c8c8;
padding:2px;
position:relative;
     -moz-transition: all 0.5s  ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1 img{
 width:176px;
}
#vlightbox1 .vlightbox1 span.sub{
    display:block;
    color:#d14939;
font-weight:bold;
position:absolute;
bottom:5px;
 width:176px;
 text-align:center;
}
#vlightbox1 .vlightbox1:hover {
border-style:dashed;

}
