
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.osX .jScrollPaneTrack {
	background: url(../imgs/scroll/faixa.png) repeat-y;
	/*background-color:#95BA60;*/
}
.osX .jScrollPaneDrag {
	background: url(../imgs/scroll/folha.png) no-repeat;
	height: 39px;
}
.osX .jScrollPaneDragTop {
	background: url(../imgs/scroll/folha.png) no-repeat -19;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(../imgs/scroll/folha.png) no-repeat -19;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 10px;
	/*background: url(arrow_top.png) no-repeat 0 -30px;*/
	background: url(../imgs/scroll/arrow_top.png) no-repeat 0 0;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 10px;
	/*background: url(arrow_bottom.png) no-repeat 0 -30px;*/
	background: url(../imgs/scroll/arrow_bottom.png) no-repeat 0 0;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */
#imprensa_texto {
	height: 400px;
	width:100%;
}
	
#destaque_texto {
	height: 115px;
	width:100%;
}
#receita_texto {
	height: 234px;
	width:100%;
}
#receita_texto2 {
	height: 258px;
	width:100%;
}
#asp {
	height: 450px;
	width:100%;	
}
#anuncio_texto {
	height: 450px;
	width:100%;	
}
#oferta_texto {
	height: 323px;
	width:100%;	
}
#pkit {
	height: 450px;
	width:100%;		
}
	
	

	