@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans);
* {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:'Alegreya Sans', sans-serif;
}
.BreakingNewsController {
	overflow:hidden;
	position:relative;
}
.BreakingNewsController .bn-title {
	float:left;
	color:#fff;
	padding:10px 0px;
	display:inline-block;
	text-transform:uppercase;
	font-family:'Alegreya Sans', sans-serif;
}
.BreakingNewsController ul {
	display:block;
	list-style:none;
	position:absolute;
}
.BreakingNewsController ul li {
	display:none;
	list-style:none;
	padding:10px 0px;
}
.BreakingNewsController ul li a {
	color:#333;
	overflow:hidden;
	text-decoration:none;
	display:inline-block;
}
.BreakingNewsController h1 {
	font-size:16px;
}
.BreakingNewsController .bn-arrows {
	top:0;
	right:0;
	bottom:0;
	width:50px;
	float:right;
	position:absolute;
	display:inline-block;
}
.BreakingNewsController .bn-arrows span {
	top:0;
	bottom:0;
	width:20px;
	display:block;
	cursor:pointer;
	position:absolute;
	opacity:0.5;
	-moz-opacity:0.5;
	khtml-opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
}
.BreakingNewsController .bn-arrows span:hover {
	opacity:1;
	-moz-opacity:1;
	khtml-opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
}
.BreakingNewsController .bn-arrows-left {
	left:0;
	background:url(../images/bn-arrows.png) left center no-repeat;
}
.BreakingNewsController .bn-arrows-right {
	right:10px;
	background:url(../images/bn-arrows.png) right center no-repeat;
}
.easing a, .easing span {
transition:.25s linear;
-moz-transition:.25s linear;
-webkit-transition:.25s linear;
}
