.contentslide{
	border: 0;
	border-bottom-width: 0px;
	padding: 0px;
	width: 850px;
	height: 220px;
	margin:0px 0px -30px 0px;
	overflow:hidden;
	background-image:url(/bilder/dekor/bg-contentslider.png);
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	position:relative;
	left:700px;
	top:0px;
	width:auto;
	height:27px;
	z-index:1;
	width:200px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 575px; /*IE5 width*/
w\idth: 575px; /*IE6 width*/
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	text-decoration: none;
	color:#999999;
	font-family: Trebuchet MS, tahoma, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 30px;
	padding-bottom:1px;
	padding-top:1px;	
}

.pagination a:hover, .pagination a.selected{
	color:#666;
	text-decoration: none;
}
.content-text {
float: left; height: auto; width: auto; padding: 10px; margin:30px;
	background-image:url(/bilder/dekor/white.png);
}

