@charset "utf-8";
.pull-center{
	text-align:center;
	clear:both;
}
.blue_divider {
    height: 1px;
    margin: 10px auto;
    overflow: hidden;
    background-color: #009ee3;
    width: 40%;
}
.modern-ticker {
	width: 100%;
	height: 34px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden
}
.modern-ticker a {
	text-decoration: none
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: square;
}
.mt-body {
	margin: 2px;
	position: relative
}
.mt-label {
	margin-right: 2px;
	padding: 0 8px 0 12px;
	position: absolute;
	left: 0;
	background-color:#251a66;
	color:#fff600;
}

.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: left;
	list-style:square;
}

.mt-news a {
	font-size: 16px;
	padding: 0 10px 0 0;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: inline-block;!important;
	white-space: nowrap;
	color:#fff;
}
.mt-scroll.mt-round .mt-news a {
	border-radius: 0
}
.mt-hide {
	display: none
}
.mt-controls {
	margin-left: 2px;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-position: -1000px
}
.mt-next, .mt-play, .mt-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer
}

.mt-controls {
    background-image: url("http://demo.teamgrowth.net/tgpublic/ifciltd/sites/default/files/images/pause.png");
}
.mt-next, .mt-prev {
    background-color: #0561a8;
}
.mt-prev {
    background-image: url("http://demo.teamgrowth.net/tgpublic/ifciltd/sites/default/files/images/arrow-prev.png");
}
.mt-next {
    background-image: url("http://demo.teamgrowth.net/tgpublic/ifciltd/sites/default/files/images/arrow-next.png");
}
.mt-play {
    background-color: #3986ae;
    background-image: url("http://demo.teamgrowth.net/tgpublic/ifciltd/sites/default/files/images/play.png");
}
.mt-pause {
    background-image: url("http://demo.teamgrowth.net/tgpublic/ifciltd/sites/default/files/images/pause.png");
}
.mt-next:hover, .mt-play:hover, .mt-prev:hover {
    background-color: #3986ae;
}
.mt-next:active, .mt-play:active, .mt-prev:active {
    background-color: #009ee3;
}

