.highslide {
	cursor: url(http://estatico.tudonahora.com.br/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px #666666 solid;
}
.highslide:hover img {
	border: 1px #CE0500 solid;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    color: #333333;
    border: 2px solid white;
    border-top: none;
    font-family: "trebuchet ms";
    font-size: 14px;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
    background-color: #ffffff;

    padding-left: 22px;
    background-image: url(http://estatico.tudonahora.com.br/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;

}
p.highslide-credits {
    padding: 2px;
    text-decoration: none;
    color: gray;
    font-family: "trebuchet ms";
    font-size: 11px;
    background-color: white;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
