.mt-controls, .mt-news a, .mt-news ul, .mt-next, .mt-play, .mt-prev {
    background-repeat:  no-repeat;
}
.data-for-package, .mt-body {
    position:  relative;
}
.modern-ticker, .mt-news {
    overflow:  hidden;
}

.modern-ticker {
    font-size:  16px;
     height:  50px;
     line-height:  46px;
     width:  100%}
.modern-ticker a {
    text-decoration:  none;
}
.modern-ticker ul {
    list-style:  none;
     margin:  0;
     padding:  0;
}
.mt-round {
    border:  2px solid #92278f;
     border-radius:  7px;
     border-bottom:  4px solid #92278f;
}
.mt-body {
    margin:  0;
}
.mt-controls, .mt-label, .mt-news {
    position:  absolute;
}
.mt-label {
    left:  0;
    padding:  0 8px 0 12px;
	color:#fff;
}

.mt-news ul {
    background-position:  -1000px center;
}
.mt-news li {
    float:  left;
}

.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
    border-bottom-right-radius:  5px;
     border-top-right-radius:  5px;
}
.mt-news a {
    background-position:  7px center;
     display:  block;
     font-size:  18px;
     padding:  0px 18px 0 10px;
     white-space:  nowrap;
     border-right:  1px solid #92278f;
	 font-family:Corbel;
	 color:#92278f;
	 font-weight:bold;
}
.mt-scroll.mt-round .mt-news a {
    border-radius:  0;
}
.mt-hide {
    display:  none;
}
.mt-controls {
    background-position:  -1000px center;
     right:  1px;
     top:  1px;
}
.mt-next, .mt-play, .mt-prev {
    background-position:  center center;
     cursor:  pointer;
     float:  left;
     height:  42px;
     width:  43px;
}
.mt-round .mt-next {
    border-radius:  0 5px 5px 0;
}
.modern-ticker {
    background-color:  #fafafa;
     color:  #92278f;
}
.mt-label {
    background-color:  #92278f;
}
.mt-preloader {
    background:  url(images/preloader.gif) center center no-repeat rgba(0,  0,  0,  0);
}
.mt-news ul {
    background-image:  url(images/bullet-over.png);
}

.mt-controls {
    background-image:  url(../../../design/front/images/pause.png);
}
.mt-next, .mt-prev {
    background-color:  #92278f;
}
.mt-prev {
    background-image:  url(../../../design/front/images/arrow-prev.png);
}
.mt-next {
    background-image:  url(../../../design/front/images/arrow-next.png);
}
.mt-play {
    background-color:  #92278f;
     background-image:  url(../../../design/front/images/play.png);
}
.mt-pause {
    background-image:  url(../../../design/front/images/pause.png);
}
