.junewsticker-wrapper.has-js {
	height: 32px;
	display: block;
	font-size: 11px;
	position: relative;
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
        height:37px;
}

.junewsticker {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}

.junewsticker-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.3;
	margin: 10px 0px 10px 10px;
	display: block;
        font-size:22px;
}
.junewsticker-title span {
        margin-right:90px;
}

.junewsticker-content {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	padding: 0px;
	line-height: 1.3;
	margin: 10px 0px;
	position: absolute;
}

.junewsticker-content:focus {
}

.junewsticker-content a {
	text-decoration: none;
}

.junewsticker-content a:hover {
}

.junewsticker-swipe {
	position: absolute;
	top: 0px;
	display: block;
	background: none repeat scroll 0% 0% #FFFFFF;
	width: 100%;
	height: 10px;
	padding-top: 20px;
}

.junewsticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #1F527B;
	width: 7px;
	display: block;
	background-color: #BBBBBB;
	height: 1px;
}

.junewsticker-controls {
	list-style-type: none;
	float: right;
	margin: 9px 0px;
}

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

.junewsticker-controls li.jnt-play-pause {
	background-image: url("../images/control_btn.png");
	background-position: -17px 0px;
}

.junewsticker-controls li.jnt-play-pause.over {
	background-position: -17px 16px;
}

.junewsticker-controls li.jnt-play-pause.down {
}

.junewsticker-controls li.jnt-play-pause.paused {
	background-image: url("../images/control_btn.png");
	background-position: 0px 0px;
}

.junewsticker-controls li.jnt-play-pause.paused.over {
	background-position: 0px 16px;
}

.junewsticker-controls li.jnt-play-pause.paused.down {
}

.junewsticker-controls li.jnt-prev {
	background-image: url("../images/control_btn.png");
	background-position: -34px 0px;
}

.junewsticker-controls li.jnt-prev.over {
	background-position: -34px 16px;
}

.junewsticker-controls li.jnt-prev.down {
}

.junewsticker-controls li.jnt-next {
	background-image: url("../images/control_btn.png");
	background-position: -51px 0px;
}

.junewsticker-controls li.jnt-next.over {
	background-position: -51px 16px;
}

.junewsticker-controls li.jnt-next.down {
}

.junewsticker-controls li a {
	display: none ! important;
}

.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #F8F0DB;
}

.left .junewsticker-swipe {
}

.left .junewsticker-controls, .left .junewsticker-content, .left .junewsticker-title, .left .junewsticker {
	float: right;
}

.left .junewsticker-controls {
	width: auto ! important;
	position: absolute;
	left: 10px;
}

.right .junewsticker-swipe {
}

.right .junewsticker-controls, .right .junewsticker-content, .right .junewsticker-title, .right .junewsticker {
	float: left;
}

.right .junewsticker-controls {
	padding-left: 6px;
}