EVOLUTION-NINJA
Edit File: boxplus.paging.rtl.css
/*! * @file * @brief boxplus stylesheet for image slider and carousel overlay navigation * @author Levente Hunyadi * @version 1.4.3 * @remarks Copyright (C) 2009-2010 Levente Hunyadi * @remarks Licensed under GNU/GPLv3, see http://www.gnu.org/licenses/gpl-3.0.html * @see http://hunyadi.info.hu/projects/boxplus */ /* overlay navigation */ .boxplus-viewport > div.boxplus-prev.boxplus-horizontal { right:0 !important; left:auto !important; background-position:right center !important; } .boxplus-viewport > div.boxplus-prev.boxplus-horizontal.boxplus-large:hover { background-image:url(btnRightLarge.png) !important; } .boxplus-viewport > div.boxplus-prev.boxplus-horizontal.boxplus-small:hover { background-image:url(btnRightSmall.png) !important; } .boxplus-viewport > div.boxplus-next.boxplus-horizontal { left:0 !important; right:auto !important; background-position:left center !important; } .boxplus-viewport > div.boxplus-next.boxplus-horizontal.boxplus-large:hover { background-image:url(btnLeftLarge.png) !important; } .boxplus-viewport > div.boxplus-next.boxplus-horizontal.boxplus-small:hover { background-image:url(btnLeftSmall.png) !important; }