.barraRolagem	{
	margin:0;
}
/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
.barraRolagem .jScrollPaneTrack {
	/*background: #FFF;*/
	
	background: url(../images/barra_fundo.gif) repeat-y 50% 50%;
}
.barraRolagem .jScrollPaneDrag {
	height:30px!important;	
	background: #000 url(../images/barra.gif) no-repeat 50% 50%;
}
		
.scroll-pane {	
	overflow: auto;
	float: left;
}
#painelTexto {
	height: 190px;
}

/*PAGINAÇÃO*/
#paginacao{	
	font-size:12px;
	float:left;
	margin: 5px 0px ;
	padding: 0px;			
	text-align:left;	
	color:#AAA;
	/*color:#000;*/
	
}
#selec
{
	color: #fff;
}
#paginacao div
{	
	float:left;
	margin:auto;	
}
#paginacao a
{	
	color:#AAA;	
	width:25px;
	text-decoration:none;
}
#paginacao a:hover
{		
	color:#FFF;
	text-decoration:none;	
}
.paginacaoMarca{
	font-weight:bold;	
	color:#FFF !important;
}

/*FIM - PAGINAÇÃO*/

/*PAGINAÇÃO MURAL*/
#paginacaoMural{	
	font-size:12px;
	float:left;
	margin: 5px 0px ;
	padding: 0px;			
	text-align:left;	
	color:#FFF;
	/*color:#000;*/
	
}

#paginacaoMural div
{	
	float:left;
	margin:auto;	
}
#paginacaoMural a
{	
	color:#FFF;	
	width:25px;
	text-decoration:none;
}
#paginacaoMural a:hover
{		
	color:#AAA;
	text-decoration:none;	
}

/*FIM - PAGINAÇÃO MURAL*/






#load
{
	position: fixed;
	_position: absolute;	
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #000;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	_height:1500px;		
	display:block;
	z-index:9999999;
}


#load img
{
	position: fixed;
	top:50%;
	left:50%;	
	width:151px;
	height:113px;
	margin-left:-75px;
	margin-top:-56px;
	_margin:300px auto;
	
}




#radio
{
	position: absolute;		
	top: 115px;
	left: 50%;			
	margin-left:190px;
	display:block;
	z-index:40;
	border:0px solid red;
}




#divMsgAlert{
	
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #000;	
	width: 600px;
	height: 160px;	
	font-size:20px;
	text-align:right;	
	font-weight:bold;
	color:#FFF;	
	-moz-border-radius: 30px;	
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-80px;
	text-align:center;
	padding-top:20px;
	z-index:9999999999;
}

#divMsgAlert img{margin-bottom:10px;}
#divMsgAlert div{margin:5px;}

#lente
{
	position: fixed;
	_position: absolute;	
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #000;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	_height:1500px;		
	display:none;
	z-index:50;
}
#bannerFlutuante
{
	position: fixed;
	top:50%;
	left:50%;			
	_margin:300px auto;
	z-index:150;
	
}


.divFlutuante{
	background-color:#FFF;
	position:absolute;
	left:50%;top:50%;
	z-index:100;		
	padding:2px;
	/*display:none;*/
}

#divFlutuanteMural{
	
	width:240px;
	height:210px;
	margin:-105px 0px 0px -120px;	
	
}
