/*
MR Product Carousel version 1.0.1
By Marcone Ferreira Ramos http://marconeramos.com
*/
/* 
    Created on : 16/11/2016, 09:23:24
    Author     : Marcone Ferreira Ramos <sou.marcone@gmail.com>
*/

.mr-pc-control{
    background-color: transparent;
    width: 42px;
    height: 58px;
    background-repeat: no-repeat;
}


.mr-pc-control.mr-pc-left{
    background-image: url(../images/mrpc-left.png);
        background-position: left top;
}

.mr-pc-control.mr-pc-right{
    background-image: url(../images/mrpc-right.png);
        background-position: right top;
}

.mr-pc-control.mr-pc-left.mrpc-un{
    background-image: url(../images/mrpc-left-un.png);
}

.mr-pc-control.mr-pc-right.mrpc-un{
    background-image: url(../images/mrpc-right-un.png);
}



.mr-item{
     transition: 1s;
     float: left;
}

.mr-pc-wrapper{
    position: relative;
}

.mr-pc-wrapper{
    width: 100% !important;
}
@media(min-width: 991px) {
    .mr-pc-wrapper{
        width: 100% !important;
    }
}
