
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:250px;
	padding-right:30px
}

.conteudo_lancamentos .jScrollPaneContainer { width:524px!important; height:400px;}

.conteudo_full_lancamentos .jScrollPaneContainer, .conteudo_full_noticias .jScrollPaneContainer{ width:639px!important; height:400px;}

.noticias_detalhes .jScrollPaneContainer{width:430px!important; height:400px}

.detalhes_dicas .jScrollPaneContainer{width:430px!important; height:400px}


.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../../images/internas/lancamentos/scroll_body.jpg) repeat-y 3px top;
}
.jScrollPaneDrag {
	position: absolute;
	background:url(../../images/internas/lancamentos/scroll_rollover.jpg) no-repeat 1px top;
	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: url(../../images/internas/lancamentos/scroll_up.jpg) no-repeat center;
	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:url(../../images/internas/lancamentos/scroll_down.jpg) no-repeat -1px center;
	height: 10px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/**/
}
