div#scrollingDiv {
	position: absolute;
	height: auto;
	top: 50px;
	left: 30px;
	right: 50px;
	width: auto;
}

div#topBar {
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}	

div#maskTop {
	height: 70px;
	width: 100%;
	position: absolute;
	background: url('../images/maskTop.png') repeat-x;
}

div#scrollUpButton {
	height: 20px;
	width: 25px;
	position: absolute;
	background: url('../images/up.png') no-repeat 7px 7px;
	left: auto;
	right: 15px;
	top: 10px;
}

div#botBar {
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
}	

div#maskBot {
	height: 70px;
	width: 100%;
	background: url('../images/maskBot.png') repeat-x;
}

div#scrollDownButton {
	height: 20px;
	width: 25px;
	position: absolute;
	background: url('../images/down.png') no-repeat 7px 7px;
	left: auto;
	top: auto;
	right: 15px;
	bottom: 10px;
}
