/* Corinthian Scroller */

.Container {
	position: absolute;
	top: 155px;
	left: 22px;
	width: 516px;
	height: 380px;
	text-align:left;
	z-index:5;
}

#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 517px;
	height: 379px;
	left: 0px;
	top: 0px;
}
	
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 517px;
	height:825px;
}
	
#Scrollbar-Container {
	position: absolute;
	top: 157px;
	left: 571px;
	z-index:3;
}
	
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	left: -18px;
	top: 4px;
}
	
.Scrollbar-Track {
	width: 7px;
	height: 345px;
	position: absolute;
	top: 18px;
	left: -17px;
	background:url(../img/scroller/rail.gif);
	background-repeat:repeat-y;
	background-position:center;
}
	
.Scrollbar-Handle {
	position: absolute;
	width: 9px;
	height: 31px;
	
	top: 0px;
	margin-left:-1px;
}
	
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 363px;
	left: -18px;
}
