div.newslist div.boxType5 a.next,
div.boxType1 div.newslist a.next {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-position: center;
	background-color: #022a51;
	width: 100%;
	height: 19px;
	margin: 0;
	text-indent: -9999px;
}
div.newslist div.boxType5 a.prev,
div.boxType1 div.newslist a.prev {
	position: absolute;
	display: none;
	z-index: 1;
	top: 30px;
	left: 0;
	right: 0;
	background-position: center;
	background-color: #022a51;
	width: 100%;
	height: 21px;
	margin: 0;
	text-indent: -9999px;
}
div.boxType5 a.prev {
	display: block;
}
div.newslist div.box-holder {
	position: absolute;
	top: 0;
	padding-top: 52px;
}
div.newslist div.box-holder span.caption {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}
div.newslist ul.list {
	position:absolute;
	width: 346px;
	padding-top:33px;
	top:0;
	overflow: hidden;
	margin-right: 10px;
}
div.newslist .list li {
	height: 14px;
	line-height: 14px;
	position: relative;
}
div.newslist .list li a.brondbyLink {
	position: absolute;
	left: 36px;
	width: 287px;
	overflow: hidden;
}
div.newslist .list li span.title{
	width: 180%;
}

/* boxType1 */
div.boxType1{
	height: 295px;
	overflow: hidden;
}
div.boxType1.alt .newslist{
	height: 295px;
}
div.boxType1 div.newslist a.prev.inactive {
	background-image: url(/files/design/images/arrow6.png);
}

/* boxType5 */

div.newslist div.boxType5 a.prev {
	top: 32px;
}
div.newslist div.boxType5 h2 {
	background: linear-gradient(to bottom, #00396f 0%,#002b53 100%);
}
div.newslist .box-holder .box {
	height: 108px;
	width: 194px;
	overflow: hidden;
}
div.newslist .box-holder .box img {
	width: 100%;
}

/* Mobil column */

div.newslist div.column a.image {
	width: 152px;
	height: 105px;
/*
	height: 150px;
	overflow: hidden;
	display: inline-block;
*/
}
div.newslist div.column a img {
	width: 100%;
}

/* Mobil section */

div.newslist .posts a.image {
	width: 92px;
	height: 58px;
}
div.newslist .posts a img {
	width: 100%;
}

.breaker {
	padding: 0px;
	margin: 0px;
	height: 0px;
	clear: both;
	overflow: hidden;
}

/* Article */
div.newslist div.relatedArticles {
	position: relative;
	/* height: 408px; */
	height: 381px;
}
div.newslist div.relatedArticles div.slider {
	position: absolute;
	width: 100%;
}
div.newslist div.relatedArticles div.item {
	/* height: 116px; */
	height: 107px;
	width: 160px;
	margin-top: 17px 0 0 18px;
	position:relative;
	overflow: hidden;
}
div.newslist div.relatedArticles div.item .arrow-btn,
div.newslist div.relatedArticles div.item .play-btn{
	top: 18px;
}
div.newslist div.relatedArticles div.item img {
	margin: 0 auto;
}
div.newslist div.relatedArticles a.next {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-position: center;
	background-color: #032749;
	width: 338px;
	height: 19px;
	margin: 0;
	text-indent: -9999px;
}
div.newslist div.relatedArticles a.prev {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-position: center;
	background-color: #032749;
	width: 338px;
	height: 19px;
	margin: 0;
	text-indent: -9999px;
}
div.newslist div.relatedArticles a.prev.inactive {
	opacity: 0.5;
}

div.newslist a:hover {
	text-decoration: none;
}

div.newslist div.items div.item {
	clear: both;
	height: 90px;
}
div.newslist div.items div.item a.img {
	float: left;
	padding: 0 10px;
	width: 100px;
	text-align: center;
}
div.newslist div.items div.item h2 {
	float: left;
	margin: 0;
	width: 416px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
div.newslist div.items div.item p {
	float:left;
	width: 416px;
	height: 60px;
	clear: right;
	margin: 0;
}
div.newslist div.items div.item p span {
	color: #CCC;
}