/*!
* @file
* @brief    boxplus image slider stylesheet
* @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
*/

/* image slider outside navigation */
.boxplus-paging {
direction:rtl !important;
}

.boxplus-paging > div.boxplus-first {
background:url(paging.png) -27px 0px !important;
left:auto !important;
right:0 !important;
}

.boxplus-paging > div.boxplus-prev {
background:url(paging.png) -19px 0px !important;
left:auto !important;
right:16px !important;
}

.boxplus-paging > div.boxplus-next {
background:url(paging.png) -11px 0px !important;
left:16px !important;
right:auto !important;
}

.boxplus-paging > div.boxplus-last {
background:url(paging.png) 0px 0px !important;
left:0 !important;
right:auto !important;
}

.boxplus-paging > div.boxplus-first:hover {
background-position:-27px -14px !important;
}

.boxplus-paging > div.boxplus-prev:hover {
background-position:-19px -14px !important;
}

.boxplus-paging > div.boxplus-next:hover {
background-position:-11px -14px !important;
}

.boxplus-paging > div.boxplus-last:hover {
background-position:0px -14px !important;
}