
.dir_rtl{
direction: rtl;
text-align:right;
float:right;
}

.dir_ltr{
direction: ltr;
text-align:left;
float: left;
}