
/* ========================================================================= *\
    vmcarousel plugin
\* ========================================================================= */

.vmc-container{position: relative;}
.vmc-viewport{overflow: hidden;}

.vmcarousel{list-style-type: none; padding: 0; margin: 0; width: 1000%;}
.vmcarousel:after{content: ''; display: table; clear: both;}
.vmcarousel > li{float: left;}
.vmcarousel > li img{ display: block; margin: 0 auto; max-width: 100%;}

.vmc-container.hide-controls .vmc-arrow-left, .vmc-container.hide-controls .vmc-arrow-right{display: none;}

.vmc-arrow-left{
    position: absolute; top: 50%; left: -15px; width: 33px; height: 48px; margin-top: -25px; overflow: hidden;
    opacity: 1;
    text-align: center; background:url('../images/arrow01.png') no-repeat;
}
.vmc-arrow-right{left: auto; right: -15px; position: absolute; top: 50%;  width: 33px; height: 48px; margin-top: -25px; overflow: hidden; opacity: 1; text-align: center;background:url('../images/arrow02.png') no-repeat;}



.vmc-container img[src$=".svg"]{width: 100% !important; height: auto !important; max-height: 100%;}

.notransition{-webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important;}
