.galery_center {
	margin: 0px auto 0px auto;
	border-style: double;
	border-color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}
.td_up_left {
	font-size: 2px;
	background-image: url("images/up_left.gif");
	background-repeat: no-repeat;
	}
.td_up {
	font-size: 2px;
	background-image: url("images/up.gif");
	background-repeat: repeat-x;
	}
.td_up_right {
	font-size: 2px;
	background-image: url("images/up_right.gif");
	background-repeat: no-repeat;
	}
.td_right {
	font-size: 2px;
	background-image: url("images/right.gif");
	background-repeat: repeat-y;
	}
.td_bottom_right {
	font-size: 2px;
	background-image: url("images/bottom_right.gif");
	background-repeat: no-repeat;
	}
.td_bottom {
	font-size: 2px;
	background-image: url("images/bottom.gif");
	background-repeat: repeat-x;
	}
.td_bottom_left {
	font-size: 2px;
	background-image: url("images/bottom_left.gif");
	background-repeat: no-repeat;
	}
.td_left {
	font-size: 2px;
	background-image: url("images/left.gif");
	background-repeat: repeat-y;
	}