/* Corinthian Scroller */
	
	
.Container {position: absolute; top: 146px; left: 15px; width: 719px; height: 437px; text-align:left; z-index:5;}

#Scroller-1 {position: absolute; overflow: hidden; width: 720px; height: 439px;	left: 0px;	top: 0px;}
	
.Scroller-Container {position: absolute; top: 0px;	left: 0px; width: 720px; height:520px;}
	
#Scrollbar-Container {position: absolute; top: 143px; left: 756px; z-index:3;}
	
.Scrollbar-Up {cursor: pointer; position: absolute; left: -19px; top: 3px;}
	
.Scrollbar-Track {width: 13px; height: 404px; position: absolute; top: 18px; left: -19px; background:url(../img/scroller/rail.jpg); background-repeat:repeat-y; background-position:center;}
	
.Scrollbar-Handle {position: absolute; width: 11px; height: 15px; left: 0px; top: 0px; margin-left:1px;}
	
.Scrollbar-Down {cursor: pointer; position: absolute; top: 422px; left: -18px;}
