﻿.container .RTL
{
    background      :#ffffff url(Images/bg_bull_RTL.gif) no-repeat bottom right;
    text-align      :right;
    height          :30px;
    padding-right   :20px; 
    padding-left    :20px; 
}
.container .LTR
{
    background      :#ffffff url(Images/bg_bull_LTR.gif) no-repeat bottom left;
    text-align      :left;
    height          :30px; 
    padding-right   :20px; 
    padding-left    :20px; 
}