.news_ticker {
	overflow:hidden;
	position:relative;	
}

.news_ticker .group {
	position:absolute;	
	width: 100%;
}


.ticker_arrows {
	text-align:center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ticker_arrows .arrow_up,
.ticker_arrows .arrow_down {
	width:24px;
	height:24px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	margin:0px 3px;
}
.ticker_arrows .arrow_up.disabled,
.ticker_arrows .arrow_down.disabled {
	cursor:default;
}

.ticker_arrows .arrow_up {
	background-image:url('../images/up_arrow.png');
}
.ticker_arrows .arrow_down {
	background-image:url('../images/down_arrow.png');
}
.ticker_arrows .arrow_up:hover, .ticker_arrows .arrow_up.disabled {
	background-image:url('../images/up_arrow_2.png');
}
.ticker_arrows .arrow_down:hover, .ticker_arrows .arrow_down.disabled {
	background-image:url('../images/down_arrow_2.png');
}
