	#scroll
	{
	position:relative;
	width: 632px;
	height: 591px;
	overflow: auto;
	z-index: 70;
	}

	#scrollcontent
	{
	position: absolute;
	width: 601px;
	z-index: 200;
	}
	
	#scrollbar
	{
	float: right;
	position: relative;
	display: none;
	width: 8px;
	height: 551px;
	margin: 20px 0px 20px 20px;
	z-index: 100;
	background-image: url(../../img/structura/scrollbar/scrollbar.png);
	background-position: center;
	background-repeat: repeat-y;
	}

	.scroller
	{
	position:absolute; 
	top:0; 
	width: 8px;
	height: 500px;
	cursor: pointer; 
	background-image: url(../../img/structura/scrollbar/scroll.png);
	background-position: center;
	background-repeat: no-repeat;
	}