@CHARSET "UTF-8";
.StivaGalleryPreview{
    overflow: hidden;
    position: relative;
}
.StivaGalleryImageTitleLayout {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
}
.StivaGalleryImageDescriptionLayout {
	position: absolute;
	z-index:100;
	left: 5px;
	width:300px;
	padding:5px;
	top: 5px;
	background:#FFF;
	border:1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
.StivaGalleryImageItem{
	position: relative;
}
.StivaGalleryImageItem img{
	border: none;
}