@import "default.css";

body{
	width:100%; 
	height:100%; 
	overflow:hidden;
	
	background-image: url(../img/bck.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	
}

#fundo{
	position:absolute; 
	z-index:1; 
	/*
	width:100%; 
	height:100%;
	*/
}

#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
}
#panel{
	background-color: #535152;
	display: none;
	z-index: 10;
}
#cartaz{
	width:550px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 70px;
/*
	position: absolute;
	top: 20px;
	left: 43%;
	z-index: 1;
*/
}
h3{ 
	font-size:x-small; 
	text-align:center; 
	font-weight:normal; 
	color:#b2b0b1;
} 
#openCloseWrap{
	background-color:#535152;
	z-index: 10;
}

.btn-slide{
	display: block;
	
	background-image: url(../img/open.gif);
	background-repeat: no-repeat;
	
	height: 32px;
	width: 200px;
}
.active{
	display: block;
	
	background-image: url(../img/close.gif);
	background-repeat: no-repeat;
	
	height: 32px;
	width: 200px;
}

#panel a:hover img{border:3px solid  #F15B35;} 
#panel a img{border:3px solid #535152 ;} 
/*
#sliderWrap {
	margin:0 auto;
	width:100%;
}
#slider {position: absolute;width: 100%;height: 159px;margin-top: -245px;}
#slider img {border: 0;}
#sliderContent {position: absolute;text-align:center;color:#333333;font-weight:bold;width:100%; margin:0px; top:0px;background:url(img/footer_bg.jpg) repeat-x top left #535152;}
#header {margin: 0 auto;width: 600px;background-color: #F0F0F0;height:200px;padding: 10px;}
#wrd {margin: 0 auto;width: 600px;padding:10px;}
#openCloseWrap {position:absolute;margin:230px 0 0 0; width:100%; background-color:#535152;}

#sliderContent a:hover img{border:3px solid  #F15B35;} 
#sliderContent a img{border:3px solid #535152 ;} 
h3{ font-size:x-small; text-align:center; font-weight:normal; color:#b2b0b1;} 
#cartaz{width:100%; height:100%; position:relative; top:50px; left:0px; z-index:-1; }
#fundo{width:100%; height:100%; position:absolute;z-index:-1; top:0px; left:0px;}
*/
