Hi,
I liked to add functionality to CSS.
Before it wrapped into 1 file (or more)
to add condition to it so if its RTL lang than use this link instead.
it should like somthing like that (its just an example)
if (lang ==rtl)
{
<style>
@import "http://www.yoursite.com/cssjanus/do/?file=/gzip_loader.php?file=bx_templ_css_37694b5defa683df4ea568895d6bdb95.css";
</style>
}
and it will be converted to RTL instead LTR