.left {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftsm {
	background-image: url(../images/left_sm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightsm {
	background-image: url(../images/right_sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.topsm {
	background-image: url(../images/top_sm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bottomsm {
	background-image: url(../images/bottom_sm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}