.textblock_t {
	width: 187px;
	height: 187px;
	background-image: url(../img/textblock_teaser.gif);
	background-position: top center;
	background-repeat: repeat-y;
	position: absolute;
	z-index: 2;
}
.textblock_t .theText {
	padding: 17px 18px 0 18px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
}
.textblock_t .header {
	font-size: 14px;
}
.textblock_t .theArrow {
	position: absolute;
	top: 160px;
	left: 145px;
}
.textblock_t.blockOL {
	top: 165px;
	left: 331px;
}
.textblock_t.blockOR {
	top: 165px;
	left: 559px;
}
.textblock_t.blockUL {
	top: 391px;
	left: 331px;
}
.textblock_t.blockUR {
	top: 391px;
	left: 559px;
}