/**
 # plg_jvgplus - JV Gplus
 # @version        1.5.x
 # ------------------------------------------------------------------------
 # author    Open Source Code Solutions Co
 # copyright Copyright (C) 2011 joomlavi.com. All Rights Reserved.
 # @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL or later.
 # Websites: http://www.joomlavi.com
 # Technical Support:  http://www.joomlavi.com/my-tickets.html
-------------------------------------------------------------------------*/

.tl{float:left;}
.bl{float:left;}
.tr{float:right}
.br{float:right}

.tl-fixed{position: fixed; left:0; top:50px;}
.tr-fixed{position: fixed; right:0; top: 50px;}
.bl-fixed{position: fixed; left:0; bottom: 50px;}
.br-fixed{position: fixed; right:0; bottom:50px;}