/* CSS Document */

/* /////////////////////// Zoom //////////////////////////// */

.zoom {
	cursor: url(../img/zoomin.cur);
	cursor: pointer;
    outline: none;
}
.zoom img {border: 2px solid gray;}
.zoom:hover img {border: 2px solid white;}

.zoom-image {border: 10px solid white;}
.zoom-image-blur {}
.zoom-epigrafe {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.zoom-epigrafe img {cursor: pointer; cursor: hand;}
.zoom-epigrafe img:hover {cursor: pointer; cursor: hand;}

.zoom-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
a.zoom-credits,
a.zoom-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.zoom-credits:hover,
a.zoom-credits:hover i {
    color: white;
    background-color: gray;
}

.zoom-display-block {
    display: block;
}
.zoom-display-none {
    display: none;
}
