


.ManticoreElementarySlider {
    position: relative;
    z-index: 10;
    display: inline-block;
    text-align: right;

}


.ManticoreElementarySlider > .MES_Inner {
    position: relative;
    background-color: #fff;
}
.ManticoreElementarySlider > .MES_Inner > .MES_Item {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    bottom: 0;
    background-repeat: no-repeat;
    text-decoration: none;
}
.ManticoreElementarySlider > .MES_Inner > .MES_Item > img.MES_IMG {
    opacity: 0;
    position: relative;
    z-index: -1;
}
.ManticoreElementarySlider > .MES_Inner > .MES_Item > .MES_Text {

    display: none;

}
.ManticoreElementarySlider > .MES_Inner > .MES_Item > .MES_Text >  .MES_Description {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;

    color: #000;

    line-height: 170%;
    font-size: 11px;
    border-right: 1px dotted #201C4C;
    padding-right: 8px;
}



.ManticoreElementarySlider  > .MES_Inner > .MES_Item > .MES_Text > .MES_Title {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0 0 30px 0;
    text-shadow: 0 0 1px #000000;
    text-transform: uppercase;
    font-size: 20px;
    color: #201C4C;
    font-weight: 700;
    border-right: 1px dotted #201C4C;
    line-height: 120%;
    padding-right: 5px;

}



.ManticoreElementarySlider > .MES_Control {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0 0;
    background-color: #fff;
    padding: 10px 8px 5px 8px;
    border-radius: 0 0 0 5px;
    box-shadow: -1px 0 4px 1px #fff;
}
.ManticoreElementarySlider > .MES_Control > .MES_SlidePoint {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #201C4C;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
}
.ManticoreElementarySlider > .MES_Control > .MES_SlidePoint > .MES_Clicker {
    background-color: #201C4C;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    border-radius: 4px;
    border: 1px solid #fff;
    z-index: 10;
    opacity: 0;
}
.ManticoreElementarySlider > .MES_Status {
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.ManticoreElementarySlider > .MES_Status > .MES_Stop, .ManticoreElementarySlider .MES_Status > .MES_Play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.ManticoreElementarySlider > .MES_Status > .MES_Play {
    background-image: URL('jquery.ManticoreElementarySlider/arrow.png');
}
.ManticoreElementarySlider > .MES_Status > .MES_Stop > .MES_Item {
    position: absolute;
    width: 7px;
    top: 0;
    bottom: 0;
    background-color: #fff;
}
.ManticoreElementarySlider > .MES_Status > .MES_Stop > .MES_Item:first-child {
    left: 0;
}
.ManticoreElementarySlider > .MES_Status > .MES_Stop > .MES_Item:last-child {
    right: 0;
}
.ManticoreElementarySlider .White {
    color: #ffffff;
}
.ManticoreElementarySlider .Black {
    color: #000000;
}

@-webkit-keyframes bounce_squaresWaveG{
0%{
background-color:#ffffff;
}
100%{
background-color:#201C4C;
}
}
@keyframes bounce_squaresWaveG{
0%{
background-color:#ffffff;
}
100%{
background-color:#201C4C;
}
}