.lista
{
	width: 360px;
	height: 403px;
	overflow: auto;
}

.perfil_texto
{
	width: 160px;
	height: 403px;
	overflow:auto;
}

.navigation
{
	overflow: auto;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
	width:150px;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspTrack
{
	position: relative;
	background-image: url(../images/scroll2.gif);
	background-repeat: repeat-y;
	background-position: 2px;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a1b7c2;
	border-bottom-color: #a1b7c2;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}