#bar-controladores-projeto {
	background:url(../imagens/bg-painel-projetos.png) 370px bottom no-repeat;
	position:absolute;
	right:70px;
	width:100%;
	height:350px;
	top:50%;
	margin-top:-175px;
	z-index:400;
}
#toolbar {
	background:url(../images/malihu/fs_img_g_bg.png);
	position:absolute;
	right:20px;
	top:0px;
}
#toolbar img {
	border:none;
}
#bg {
	background:url(../images/malihu/ajax-loader_dark.gif) center center no-repeat;
	background-color:#DBDBDB;
	overflow:hidden;
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
}
#bgimg {
	display:none;
	-ms-interpolation-mode: bicubic;
}
#preloader {
	position:relative;
	z-index:3;
	width:32px;
	top:50%;
	margin:auto;
	margin-top:-50px;
}
#thumbnails_wrapper {
	background:url(../images/malihu/empty.gif); /* stupid ie needs a background value to understand hover area */
	position:absolute;
	max-width:440px;
	bottom:161px;
	right:20px;
}
#outer_container {
	position:relative;
	padding:0;
	width:100%;
}
#outer_container .thumbScroller {
	position:relative;
	overflow:hidden;
	z-index:302;
}
#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content {
	height:70px;
}
#outer_container .thumbScroller .container {
	position:relative;
	margin:0;
	left:0;
}
#outer_container .thumbScroller .content {
	float:left;
}
#outer_container .thumbScroller .content div {
	height:100%;
}
#outer_container .thumbScroller img {
	margin:5px;
	border:none;
}
#outer_container .thumbScroller .content div a {
	background:url(../images/malihu/bg-thumbs.png) center center repeat;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:0px;
	display:block;
}
#outer_container .thumbScroller .content div a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.nextImageBtn, .prevImageBtn {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	z-index:200;
	top:170px;
}
.nextImageBtn:hover, .prevImageBtn:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
.nextImageBtn {
	background:url(../images/malihu/nextImgBtn.png) center center no-repeat;
	right:20px;
	top:119px;
}
.prevImageBtn {
	background:url(../images/malihu/prevImgBtn.png) center center no-repeat;
	right:20px;
}
#img_title {
	background:url(../imagens/bg-titulos-galeria.png) center center repeat;
	font-family:'JosefinSansStdLight', arial, serif;
	font-size:30px;
	font-weight:bold;
	display:block;
	color:#333;
	position:absolute;
	right:71px;
	bottom:25px;
	padding:10px;
	text-transform:uppercase;
}

#ocultarPaineis {
	display:block;
	position:absolute;
	top:51px;
	right:20px;
}
#mostrarPaineis {
	display:block;
	position:absolute;
	top:51px;
	right:20px;
	display:none;
}

#slideshow {
	display:block;
	position:absolute;
	top:87px;
	right:20px;
}
#pausar {
	display:block;
	position:absolute;
	top:87px;
	right:20px;
	display:none;
}

#bt-projetos {
	display:block;
	position:absolute;
	right:71px;
	bottom:0px;
}
#bt-voltar-projetos {
	display:block;
	position:absolute;
	right:0px;
	bottom:-35px;
}
#bt-projetos:hover, #bt-voltar-projetos:hover, #ocultarPaineis:hover, #mostrarPaineis:hover, #slideshow:hover, #pausar:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
#bt-projetos img, #bt-voltar-projetos img, #ocultarPaineis img, #mostrarPaineis img, #slideshow img, #pausar img {
	border:none;
}
