.sec_head {
	position: relative;
	background: #f3f3f3;
	min-height: 42px;
}
.sec_head .breaking {
	position: relative;
	float: left;
	padding: 10px 23px 9px 9px;
	background: #E75757;
	color: #FFF;
	z-index: 9;
	margin: 0 0 0 -30px;
}
.full .sec_head .breaking {
	margin: 0
}
.sec_head .breaking:after {
	content: no-close-quote;
	position: absolute;
	width: 0;
	height: 0;
	right: -18px;
	bottom: 0;
	border-top: 42px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-left: 15px solid #E75757;
}
.tickercontainer {
	height: 42px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#ticker {
	height: 38px;
	overflow: hidden;
}
.tickercontainer .mask {
	position: relative;
	left: 0;
	top: 8px;
	overflow: hidden;
}
.newsticker {
	position: relative;
	left: 1000px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 60px 0 0;
}
.newsticker span {
	margin: 0 10px 0 0;
	background: #838383;
	color: #FFF;
	padding: 4px 6px;
	font-size: 9px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
} 
.newsticker li:hover span {
	background: #1D1E20
} 
.sec_head .right_bar {
	background: #F3F3F3;
	position: absolute;
	top: 0;
	right: 0
}
.sec_head .right_bar .social {
	float: right
}
.sec_head .right_bar .search {
	float: right