/* CSS for ScrollBar */
	
#Scroller { 
	position: relative;
	overflow: hidden;
	width: 515px;
	height: 517px;
	}
	
#Scroller p {
	font-family: Arial, sans-serif;
	margin: 10px 0px 10px 0px;
	}
	
#Scrollbar-Container {
	position: relative;
	left: 520px;
	width: 31px;
	height: 527px;
	}
	
.Container {
	float: right;
	position: relative;
	left: -41px;
	width: 525px;
	height: 525px;
	background: url(../images/main_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
.Scrollbar-Handle {
	position: absolute;
	cursor: pointer;
	width: 34px;
	height: 85px;
	background-image: url(../images/scrollbar_handle_blue.png);
	}

.Scrollbar-Handle-OFF {
	position: absolute;
	cursor: pointer;
	width: 34px;
	height: 85px;
	background-image: url(../images/scrollbar_handle_OFF.png);
	}
	
.Scrollbar-Handle:hover {
	position: absolute;
	cursor: pointer;
	width: 34px;
	height: 85px;
	background-image: url(../images/scrollbar_handle_orange.png);
	}
	
.Scrollbar-Handle-OFF:hover {
	position: absolute;
	cursor: pointer;
	width: 34px;
	height: 85px;
	background-image: url(../images/scrollbar_handle_OFF.png);
	}
	
.Scrollbar-Track {
	width: 38px;
	height: 525px;
	background: url(../images/scroll_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
.Scroller-Container {
	position: absolute;
	}