@CHARSET "UTF-8";
.PIV-content{
	position: absolute;
}
.PIV-imgitem{
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	transition: display .25s ease-in-out;
}
.PIV-imgitem-select{
	display: inline-block;
}
.PIV-pager{
	height: 20px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 10px;
	text-align: center;
	line-height: 20px;
	z-index: 99;
	text-shadow:0px 0px 2px #ffffff;  
}