#cols3text {
	float: left;
	padding: 0px;
	width: 273px;
	height: 528px;
	margin: 0px;
	background-color: white;
	color: #002B62;
}

#pagina1 {
	float: left;
	padding: 0px;
	width: 460px;
	height: 508px;
	background-image: url(media/bg_wordslist.jpg);
	color: #002B62;
}
#pagina2, #pagina3 {
	float: left;
	width: 180px;
	height: 508px;
	padding: 0px;
	color: white;
	font-size: 10px;
	line-height: 14px;
}

#textscroll  {
	width: 273px;
	height: 528px;
	float: left;
	overflow: hidden;
}
#scrollDiv1  {
	width: 465px;
	height: 472px;
	margin-bottom: 16px;
	float: left;
	overflow: hidden;
}
#scrollDiv2, #scrollDiv3 {
	width: 177px;
	height: 528px;
	float: left;
	overflow: hidden;
	color: #fff;
}

#scrollDiv1  div.text,
#textscroll  div.text {
	padding: 10px;
}

#scrollDiv2  div.text,
#scrollDiv3  div.text {
	padding: 2px;
}

.vScrollbar {
	float: left;			
}

.hScrollbar {
	clear: both;	
}

.vTrack {
	height: 300px;
	width: 15px;
	position: relative;
	background: #ddd;
	overflow: hidden;			
}

.hTrack {
	float: left;
	height: 15px;
	width: 255px;
	position: relative;
	background: #ddd;
	overflow: hidden;			
}			

.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background: #aaa;
	overflow: hidden;
}

.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 15px;
	width: 15px;
	background: #777;
	overflow: hidden;						
}

.arrowLeft, .arrowRight, .corner {
	float: left;
	}
	
.corner {
	background: #000;
	}				

