@charset "iso-8859-1";
/* CSS Document */

.fadeUp {
	background-image: url(../images/fade-top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fadeLeft {
	background-image: url(../images/fade-left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.fadeTop {
	background-image: url(../images/fade-top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fadeRight {
	background-image: url(../images/fade-right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.fadeBottom {
	background-image: url(../images/fade-bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}
.fadeTopLeftCorner {
	background-image: url(../images/fade-Top-Left-corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fadeTopRightCorner {
	background-image: url(../images/fade-Top-Right-corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fadeBtmLeftCorner {
	background-image: url(../images/fade-Btm-Right-corner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.fadeBtmRightCorner {
	background-image: url(../images/fade-Btm-Left-corner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
