/*IMAGENS*/
.highslide {
	cursor: url(App_Themes/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslideObra {
	cursor: url(App_Themes/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 3px solid white;
	padding: 2px;
}
.highslide:hover img {
	border: 3px solid #CCCCCC;
	padding: 2px;
}

.highslideObra img {
	border: 2px solid #CCCCCC;
	padding: 3px;
}
.highslideObra:hover img {
	border: 3px solid #EEEEEE;
	padding: 2px;
}

.highslide-image {
    border: 3px solid white;
	padding: 2px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	text-align:left;
    border: 3px solid white;
    border-top: none;
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    background-color: white;
}
/*IMAGENS*/

.highslide-html {
    background-color: white;
	text-align:left;
}

.highslide-html-blur {
}

.highslide-html-content {
    display: none;
}


.html-header
{
	color:#FF0000;
	background-image: url(App_Themes/graphics/header-background.gif);
	height: 18px;
	padding: 2px;
}

.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}

/*pop-up formulario que está no link imprensa*/
.highslide-html-content-pop {
	position: absolute;
    display: none;
}
/*video*/
.highslide-html-content-video {
	position: absolute;
    display: none;
}
/*newsletter*/
.highslide-html-content-news {
	position: absolute;
    display: none;
}
/*fim*/
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(Img/graphics/loader.white.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: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
/*pop-up formulario que está no link imprensa*/
.highslide-wrapper .highslide-html-content-pop {
    width: 360px;
    padding: 5px;

}

/*video*/
.highslide-wrapper .highslide-html-content-video {
    width: 760px;
    padding: 5px;

}

/*newsletter*/
.highslide-wrapper .highslide-html-content-news {
    width: 360px;
    padding: 5px;

}



.highslide-wrapper .highslide-header div {
	margin: 0 0 5px 0;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(Img/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}

.highslide-move {
    cursor: move;
}
/*
.html-header {
	background-image: url(Img/graphics/header-background.gif);
	cursor: default;
	height: 18px;
	padding: 2px;
}
*/
.highslide-overlay {
	display: none;
}

.highslide-resize {
    cursor: nw-resize;
}

a.highslide-full-expand {
	background: url(App_Themes/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar {
	width: 167px;
	height: 25px;
	background-image: url(App_Themes/graphics/controller.png);
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 25px;
}
.control {
	color: #333333;
	float: right;
  display: block;
  margin: 0 5px;
	font-size: 9pt;
  font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
	color: black !important;
	text-decoration: none;
}
.controlbar a:hover {
	background-image: url(App_Themes/graphics/controller-hover.png);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	float:right;
	background-position: -91px 0;
}
.controlbar .close {
	width: 36px;
	float:right;
	background-position: -131px 0;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
