/* content */

.Scroller-Container
{
	position: relative;
	top: 0px;
	left: 0px;
}

#ContainerLeft
{
	position: relative;
	float: left;
	overflow: hidden;
}

#boxScrollLeft
{
	width: 418px;
	height: 128px;
	padding-right: 35px;
	position: relative;
	padding-left: 2px;
}

/* scrollers */

#Scrollbar-ContainerLeft
{
	position: relative;
	float: left;
	width: 9px;
	/*background: url(../img/scroll/scrollShim.gif) left top no-repeat;*/
	height: 128px;
}

.Scrollbar-Up
{
	position: relative;
	top: 2px;
	width:14px;
	height:14px;
	background: url(../img/scroll_seta_up.png) top left no-repeat;
	font-size: 0px;
	cursor: hand;
	cursor: pointer;
	margin-bottom:5px;
}

.Scrollbar-Down
{
	position: relative;
	top: 4px;
	width:14px;
	height:14px;
	background: url(../img/scroll_seta_down.png) top left no-repeat;
	font-size: 0px;
	cursor: hand;
	cursor: pointer;
}

.Scrollbar-Track
{
	width: 9px;
	height: 90px;
}

.Scrollbar-Handle
{
	position: relative;
	width:14px;
	height:40px;
	background: url(../img/scroll_barra.gif) left top no-repeat;
	cursor: hand;
	cursor: pointer;
}
