@media screen and (min-width: 1075px) {

	.news-wrap {
		max-width: 1075px;
		width: 93%;
		margin-bottom: 30px;
	}

	#slider {
		position: relative;
		overflow: hidden;
		margin: 0px;
		border-radius: 4px;
	}

	#slider ul {
		position: relative;
		margin: 0;
		padding: 0;
		height: 35px;
		list-style: none;
	}

	#slider ul li {
		position: relative;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		height: 35px;
		text-align: left;
		width: 1075px;
	}

	#slider ul li p {
		float: left;
		width: 100%;
		display: inline-block;
	}

	#slider ul li p strong {
		float: left;
	}

	#slider ul li p small {
		float: left;
		margin-left: 10px;
	}

	.ticker-controls {
		padding: 8px 0px 0px 0px;
		list-style-type: none;
		float: left;
		margin: 0px; position: relative; top: 5px;
	}

	.ticker-controls li {
		padding: 0px;
		margin-left: 5px;
		float: left;
		cursor: pointer;
		height: 16px;
		width: 16px;
		display: block;
	}

	.ticker-controls li.jnt-play {
		background-image: url('../images/controls.png');
		background-position: 48px 16px;
	}

	/*The pause button once animation begins*/
	.ticker-controls li.jnt-play.started {
		background-image: url('../images/controls.png');
		background-position: 32px 16px;
	}

	.ticker-controls li.jnt-prev {
		background-image: url('../images/controls.png');
		background-position: 0px 16px;
	}

	.ticker-controls li.jnt-next {
		background-image: url('../images/controls.png');
		background-position: 16px 16px;
	}

	.news-control {
		display: inline-block;
		float: right;
		margin-left: -14px;
		margin-top: -15px;
		position: absolute;
		width: 65px;
		height: 50px;
	}
	.border-bot { border-bottom: 1px solid #b2b2b2;  height: 35px; margin-bottom: 25px; width: 100%;}
}
@media screen and (max-width: 1074px) {
.news-wrap, #slider, .news-control { display: none;}
}