.scroll_bar {
 margin: 0 auto;
 position: relative;
 font-size: 10px;
 border: 1px solid #C8C8C8;
 padding: 5px 19px;
}
.scroll_bar .browse {
 background: url('/i/img/arrows_scrollable.png') no-repeat 0 0;
 cursor: pointer;
 display: block;
 font-size: 1px;
 height: 87px;
 margin-top: -43px;
 width: 11px;
 position: absolute;
 top: 50%;
} 
.scroll_bar .browse.disabled {
display: none;
}
.scroll_bar A.left {
 left: 8px;
}
.scroll_bar A.right {
 background-position: 100% 0;
 right: 8px;
}
.scrollable {
 position: relative;
 overflow: hidden;
 height: 120px;
}
.scrollable .items {
 width:20000em;
 position: absolute;
}
.scrollable .items_group {
 width: 670px;
 float: left;
}
.scrollable .item {
 margin: 0 8px;
}

/*Analysts scroll*/
.scroll_bar.analysts .item {
 text-align: center;
}
.scroll_bar.analysts .item IMG {
 border: 1px solid #CCC;
 margin: 5px auto;
 clear: both;
}
.scroll_bar.analysts .item A:HOVER IMG {
 border-color: #888;
}
.scroll_bar.analysts .item UL {
 text-align: center;
 font-style: italic;
}
.scroll_bar.analysts .item H3 {
 font-weight: bold;
 font-size: 13px;
}
.analysts_foto_left {
	background-color: white;
	height: 102px;
	margin: 5px 0 0 32px;
	position: absolute;
	width: 33px;
	border-right: 1px solid #CCCCCC;
}
.analysts_foto_right {
	background-color: white;
	height: 102px;
	margin: 5px 0 0 141px;
	position: absolute;
	width: 33px;
	border-left: 1px solid #CCCCCC;
}
