@charset "utf-8";
/* CSS Document */

/* 
    3) These CSS-styles are necessary for the script to work. You may also put
    them in an external CSS-file. See the webpage for documentation.
*/

/*
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 3px solid gray;
}
.highslide:hover img {
	border: 3px solid white;
}
.highslide-image {
    border: 3px solid white;
}
.highslide-image-blur {
}
/* MUDANCA DE FONTE E VISUALIZACAO DA LEGENDA DA IMAGEM*/
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 5px;
    background-color: white;
}
/* Inserido p configurar a LEGENDA */
.highslide-caption #txt_gal_tit{
	font-weight:bold;
}
.highslide-caption #txt_gal_colab{
	text-align:right;
	font-size:9px;
	color:#666666;
}


.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 7px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    /*
	color: white;
    background-color: gray;
	*/
}