/******************************************************/
/*                                                    */
/* Stylesheet www.wohnkunst.ch                        */
/* div-Scroller                                       */
/* Author: phippu.net - Philippe Droz                 */
/* Date: 2007-03-31                                   */
/*                                                    */
/******************************************************/

#box {
	position:absolute; 
	width: 420px; 
	height: 395px; 
	left:0px; 
	top:50px; 
	z-index:1;
}

#up {
	position:absolute; 
	left:440px; 
	top:50px; 
	z-index:2; 
	cursor:pointer;
}

#down {
	position:absolute; 
	left:440px; 
	top:460px; 
	z-index:5; 
	cursor:pointer;
}

#drag {
	position:absolute; 
	left:428px; 
	top:50px; 
	z-index:4; 
	cursor:pointer;
}

#track {
	position:absolute; 
	left:440px; 
	top:50px; 
	z-index:3;
}

#contentMask {
	position:absolute; 
	left:0px; 
	top:50px; 
	width:420px; 
	height:395px; 
	clip:rect(0,422px,395px,0); 
	overflow:hidden; 
	z-index:6;
}

#contentt {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:418px;
}