/**
 * Copyright (C) 2011 MageMods.co <sales@magemods.co>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

.blockcarousel-wrapper { position: relative; }

.blockcarousel-backward{
    color: #E20303;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    /* background: #fff; */
    text-align: left;
    /* border-radius: 15px; */
    text-decoration: none;
    z-index: 1000;
    font-weight: bold;
    font-size: 45px;
    line-height: 28px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.blockcarousel-forward {
    color: #E20303;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px; 
    /* background: #fff; */
    text-align: right;
    /* border-radius: 15px; */
    text-decoration: none;
    z-index: 1000;
    font-weight: bold;
    font-size: 45px;
    line-height: 28px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.blockcarousel-backward:hover,
.blockcarousel-forward:hover {
    color: red !important;
  /*   background: #E26703;  */
}

.blockcarousel-backward { left: 0px; }

.blockcarousel-forward {  left: 262px;  }

.blockcarousel-pane { position: absolute; top: 0;}
