/*dchang autor*/
#wp-admin-bar-new-flagallery{
	display: none;
}

div#gallery.content {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.itemImageGallery h3 {
	color: #62bbbb !important;
	font-size: 100%; /*dchang alterado de 25px para 100%*/
	text-transform: uppercase;
	font-family: 'Segoe Condensed',Arial,Helvetica,Sans-Serif;
	font-weight: normal;
	color: #aaa;
	border-top: 5px solid #aaa;
	padding: 8px 0 5px 0;
	margin: 5px 0 0 0;
}

/* dchang: !important para overwrite thickbox.css style*/
/*#TB_window{
	max-width:80%;
	max-height:100%;
}
#TB_ajaxContent{
	max-width: 96%;
	max-height: 90%;
	padding: 1% 2% 1% 2% !important; 
}*/
/*
#TB_window{
	margin-left:-40% !important; 
	width: 80% !important; 
	max-width:80%;
	margin-top:-25% !important; 
	height: 100%;
}
#TB_ajaxContent{
	width: 96% !important;
	max-width: 96%;
	padding: 1% 2% 1% 2% !important; 
	height: 90% !important;
}
*/

/* BEGIN css do saude.pt.msn*/

/*SLIDER*/
div.galcontent {
	/* The display of galcontent is enabled using jQuery so that the slideshow galcontent won't display unless javascript is enabled. */
	display: none;
	width: auto !important;
	position: relative;
}
div.galcontent a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.galcontent a:focus, div.galcontent a:hover, div.galcontent a:active {
	text-decoration: underline;
}

div.slideshow-container {
	position: relative;
	clear: both;
	margin-top: -18px;
	overflow: hidden;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
width: auto !important;
}
div.slideshow span.image-wrapper {
	display: block;
}
div.slideshow a.advance-link {
	display: block;
	width: 100%;
	/*height: 437px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 32px;
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	display: initial;
	vertical-align: middle;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
div.controls {
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	position: absolute;
	top: 0;
	right: 0;
}
div.ss-controls a.play, div.ss-controls a.pause{
	background-image: url('../images/slideshow.gif');
	background-repeat: no-repeat;
	background-position-y: 5px;
	padding:0 0 0 18px;
}
div.nav-controls {
}
div.nav-controls a{
	position: absolute;
	top: 19px;
	width: 100px;
	height: 100%;
	display: block;
	padding: 0;
	margin: 0;
	background: rgba(255,255,255,0.0);
	transition: background 0.5s ease-in-out;
}
div.nav-controls a:hover{background: rgba(255,255,255,0.5);}
div.nav-controls a.prev{left: 0;}
div.nav-controls a.next{right: -1px;}
div.nav-controls a div{
	width: 64px;
	height: 100%;
	display:block;
	transition: background 0.25s ease-in-out;
}
div.nav-controls a.prev div{background: url('../images/playback.png')center center no-repeat; opacity: 0.7; transition: opacity 0.5s ease-in-out; float:left;}
div.nav-controls a.next div{background: url('../images/play.png')center center no-repeat; opacity: 0.7; transition: opacity 0.5s ease-in-out; float:right;}
div.nav-controls a:hover div{opacity: 0.5;}
/*div.nav-controls a.prev div{background: url('../images/nav.png') top left;}
div.nav-controls a.prev:hover div{background-position:bottom left;}
div.nav-controls a.next div{background: url('../images/nav.png') top right;}
div.nav-controls a.next:hover div{background-position:bottom right;}
*/
div.download {
	/*float: right;*/
	text-align: right;
}
div.caption-container {
	position: relative;
	clear: left;
	display: block;
	width: auto !important;
}
span.image-caption {
	display: block;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
div.caption {
	/*padding: 30px 0 0 0;*/
	border-top:1px #e0e0e0 solid;
	position: relative;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	text-overflow:ellipsis;
	white-space: nowrap!important;
	overflow: hidden!important;
}
div.image-desc {
	line-height: 1.3em;
	padding: 5px 0 10px 0px;

}
div.image-cred {
	line-height: 1.3em;
	padding-top: 12px;
	/*position: absolute;*/
	top: -1px;
	background: #EFEFEF;
	color: #666;
	padding: 5px;
	width: auto !important;
	font-size:9px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	background: #f5f5f5;
	border-bottom: 1px #e0e0e0 solid;
	border-top: 1px #e0e0e0 solid;
	margin: 10px 0px 0px 10px;
	/*height: 0;
	padding-bottom: 15%;*/
	display: inline-block;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0!important;
	margin: 5px!important;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #62BBBB;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	height:70px!important;
	width: auto;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display: none;
}
div.navigation div.bottom {
	margin-top: 12px;
	display: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

span.previous{
	display: none;
	position: absolute;
	top:0;
	left:0;
}
/* END css do saude.pt.msn */