/* CSS Document */
.vt_gallery{
	margin:15px;
	padding:0;
	float: left;
	position: relative;
	line-height:normal;
}
.vt_gallery a{
text-decoration:none;
display:block;
width:100%;
height:100%;
padding:0;
margin:0;
}
.vt_gallery img {
	background: #fff;
	border: solid 1px #ddd;
	padding: 4px;
	height:100%;
	width:100%;
}
.vt_gallery a:hover img{border:1px solid #999;}
/*STYLES FOR THUMBNAILS*/
.mod_gallery.tape .gallery span.over{
	width: 100%;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	background: url(../images/tape.png) center center no-repeat;
}
.mod_gallery.pin .gallery span.over{
	width: 100%;
	height: 21px;
	display: block;
	position: absolute;
	top: -10px;
	background: url(../images/pin.png) center center no-repeat;
}
.mod_gallery.paper-clip .gallery span.over{
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(../images/paper-clip.png) center center no-repeat;
}
.mod_gallery.glossy-gradient .gallery span.over{
	width:100%;
	height: 84px;
	display: block;
	position: absolute;
	top: 1px;
	left: 5px;
	background: url(../images/glossy-gradient.png) center center no-repeat;
}
.mod_gallery.cut-corner .gallery .corner-lt,
.mod_gallery.cut-corner .gallery .corner-rt,
.mod_gallery.cut-corner .gallery .corner-lb,
.mod_gallery.cut-corner .gallery .corner-rb{
	background:url(../images/cut-corner.png) no-repeat;
}
.mod_gallery.cut-corner .gallery .corner-lt{
	width:25px;
	height:25px;
	left:0;
	top:0;
	position:absolute;
	background-position:left top;
}
.mod_gallery.cut-corner .gallery .corner-rt{
	top:0;
	right:0;
	width:25px;
	height:25px;
	position:absolute;
	background-position:right top;
}
.mod_gallery.cut-corner .gallery .corner-lb{
	bottom:0;
	left:0;
	width:25px;
	height:25px;
	position:absolute;
	background-position:left bottom;
}
.mod_gallery.cut-corner .gallery .corner-rb{
	bottom:0;
	right:0;
	width:25px;
	height:25px;
	position:absolute;
	background-position:right bottom;
}
.mod_gallery.round-corner .gallery img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.mod_gallery.mask .gallery img{
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
.mod_gallery.mask .gallery span.over {
    width:100%;
    height:100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background:url(../images/mask.png) no-repeat;
}

