.pane-roller-pane,
.block-footer-roller {
	bottom: 0;
	left: 0;
	position: fixed !Important;
	z-index: 300;
}

#roller {
	background: url(images/bg_roller.png) repeat-x;
	bottom: -200px;
	color: #fff;
    font-family: "Arial",georgia;
    font-size: 16px;	
	position: fixed;
	text-align: center;
	width: 100%;
}
#roller .inner {
	margin: 0 auto;
	max-width: 1160px;
	overflow: hidden;
	width: 100%;
}
#roller .top {
	cursor: pointer;
	height: 29px;
	padding: 6px 0 16px;
}
#roller .top .inner {
	font-family: neutratext;
}
#roller .bottom {
	padding: 12px 0 32px;
}
#roller .bottom .anlaggningar {
	float: left;
	margin-top:12px !important;
	width: 63% !important;
}
#roller .bottom .anlaggningar .anlaggning {
	float: left;
	font-family: arial;
	font-weight: bold;
	margin-left: 1% !important;
	width: 24% !important;
}
#roller .bottom .anlaggningar .anlaggning a {
	color: #fff;
	font-size: 14px;
}
#roller.bottom .anlaggningar .anlaggning.first {
	margin-left: 0;
}
#roller .bottom .text a {
	color: #fff;
}
#roller .bottom .text {
	float: left;
	font-family: arial;
	font-size: 13px;
	line-height: 16px;
	margin-left: 2% !important;
	width: 35% !important;
}
#roller .bottom .text img {
	margin-bottom: 1em;
}


@media only screen and (max-width:1000px) {
	.pane-roller-pane,
        .block-footer-roller {
		display: none !important;
	}
}