@charset "utf-8";
/* CSS Document */
/*/* SCROLL BAR DIV*/
#scrolldiv_parentContainer{
	width:185px;
	height:168px;
	overflow:hidden;
	float:left;
	position:relative;
}
#scrolldiv_content{
	padding:5px;
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	color: #333;
}
#scrolldiv_slider{
	width:15px;
	margin-left:2px;
	float:left;
	background:url(../imagens/fundo_menu.jpg) repeat-y left;
	background-position:6px 0;
}
#scrolldiv_scrollbar{
	width:15px;
	height:150px;
	position:relative;
}
#scroll{
	width:13px;
	height:13px;
	background:url(../imagens/circulo.gif) no-repeat left;
	background-position:3px;
	position:absolute;	
	top:0px;
	left:0px;
	cursor:pointer;
}
#scrollUp,#scrollDown{
	width:15px;
	height:8px;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
}
#scrollUp{
	margin-bottom:2px;
}
#scrollDown{
	margin-top:2px;
}
#scrollDown span,#scrollUp span{
	font-family: Symbol;
}
/* SCROLL BAR DIV*/