
.modern-ticker {
	max-width:1100px;
	height: 50px;
	line-height:2.5em;
	font-size: 16px;
	overflow: hidden;
	margin-right: 25%;
}
.modern-ticker a {
	text-decoration: none
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.mt-body {
	position: relative
}
.mt-label {
		position: absolute;
	right: 0
}

.mt-news {
	overflow: hidden;
	position: absolute
}
.mt-scroll .mt-news {
	background-color: transparent
}
.mt-news ul {
	background-repeat: no-repeat;
	background-position: -1000px
}
.mt-news li {
	float: right;
padding-right: 1%;
padding-left: 1%;
text-align: right;
direction: rtl;
font-family: b yekan;
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
.mt-news a {
	font-size: 15px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	white-space: nowrap
}
.mt-scroll.mt-round .mt-news a {
	border-radius: 0
}
.mt-hide {
	display: none
}
.mt-controls {
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: -1000px;
	display:none;
}
.mt-next, .mt-play, .mt-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer
}



.mt-news a {
	color: #FFFFFF;

}

.mt-news a:active {
	background-color: #07f
}
.mt-controls {
	background-image: url(../images/pause.png)
}

.mt-prev {
	background-image: url(../images/arrow-prev.png)
}
.mt-next {
	background-image: url(../images/arrow-next.png)
}

.mt-pause {
	background-image: url(../images/pause.png)
}

.mt-next:active, .mt-play:active, .mt-prev:active {
	background-color: #f40
}
.mt-news{margin:0 auto !important; text-align:center;
width: 1000px !important;}