.articles_box_tl {
	background: url('showpart/TopLeft.gif');
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.articles_box_t {
	background: url('showpart/Top.gif');
	width: ;
	height: 9px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.articles_box_tr {
	background: url('showpart/TopRight.gif');
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.articles_box_l {
	background: url('showpart/Left.gif');
	width: 9px;
	height: 1px;
	background-repeat: repeat-y;
	background-position: right;
}

.articles_box_r {
	background: url('showpart/Right.gif');
	width: 9px;
	height: 1px;
	background-repeat: repeat-y;
	background-position: left;
}

.articles_box_bl {
	background: url('showpart/BottomLeft.gif');
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: top right;
}

.articles_box_b {
	background: url('showpart/Bottom.gif');
	width: ;
	height: 9px;
	background-repeat: repeat-x;
	background-position: top;
}

.articles_box_br {
	background: url('showpart/BottomRight.gif');
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: top left;
}

