/* zoom immagini */
.highslide {
	cursor: url(pictures/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border:0;
}
.highslide:hover img {
	border:0;
}

.highslide-image {
    border: 10px solid #CDDEE8;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-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;
   /*
   padding-left: 22px;
   background-image: url(pictures/loader.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
   */
}

a.highslide-credits:LINK, a.highslide-credits:ACTIVE, a.highslide-credits:VISITED {
   color: #ffffff;
	background-color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
   background-color:transparent;	
   text-decoration: none;
   padding: 2px;	
}
