<!-- 

body #content {		
	position: absolute;	
	width: 180px;
	height: 500px; }

body #contentMask {
	height: 271px;	
	overflow: hidden;
	position: absolute;	
	width: 180px;
	clip:rect(0,180px,271px,0);
	z-index: 0; }

body #track {    
	top: 8px;
	position: absolute;	
	margin-left: 187px;
	z-index: 0px; }
	
body #drag {  
    top: 1px;    
	position: absolute;	
	margin-left: 187px;
	z-index: 0;
	cursor: pointer;
	padding: 2px; }
	
-->
