/* Highslide */
.highslide {
cursor:url(../../highslide/graphics/zoomin.cur), pointer;
/*outline-color:invert;*/
outline-style:none;
outline-width:medium;
}
.highslide-active-anchor img {
visibility:hidden;
}
.highslide-wrapper {
background:white none repeat scroll 0%;
}
.highslide-image {
border-bottom:1px solid white;
}
.highslide-caption {
background-color:silver;
border-bottom:1px solid white;
display:none;
font-family:Verdana,Helvetica;
font-size:10pt;
padding:5px;
}
.highslide-loading {
background-color:white;
background-image:url(../../highslide/graphics/loader.white.gif);
background-position:3px 1px;
background-repeat:no-repeat;
border:1px solid black;
color:black;
display:block;
font-family:sans-serif;
font-size:8pt;
font-weight:bold;
padding:2px 2px 2px 22px;
text-decoration:none;
}
a.highslide-credits, a.highslide-credits i {
color:silver;
font-size:10px;
padding:2px;
text-decoration:none;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
background-color:gray;
color:white;
}
a.highslide-full-expand {
background:transparent url(../../highslide/graphics/fullexpand.gif) no-repeat scroll 0%;
display:block;
height:34px;
margin:0pt 10px 10px 0pt;
width:34px;
}
.highslide-display-block {
display:block;
}
.highslide-display-none {
display:none;
}
