#newsroll{
	background-color: #fff;
	height: 375px;
	width: 440px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#newsroll h5{
	background: transparent url(http://www.sodertaljesk.se/images0708/arkivbg.jpg) no-repeat top left;
	height: 22px;
	width: 125px;
	margin: -26px 2px 0 0 ;
	padding: 3px 0 0 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.contentslide{
border: 1px;
border-color: #000;
padding: 0 0 1px 0;
width: 438px;
height: 355px;
background-color: #FFF;
}

.contentslide .contentdiv{
display: none;
}
.contentslide img {border:1px solid #ccc; padding:5px;}
.contentslide h1{
	color: #000;
	font-size: 24px;
	line-height: 1.2em;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	padding: 0px 2px 0px 2px;
	margin: 0; /* overflow:auto */
}
.contentslide a{
	text-decoration: none;
}
.contentslide h2{
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva,  Helvetica, sans-serif;
	padding: 0px 2px 0px 2px;
	margin: 0; /* overflow:auto */
	font-weight: normal;
}

.pagination{
width: 440px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
/*background-color: #92001E;*/
background: transparent url(http://www.sodertaljesk.se/images0708/tableheader22.jpg) repeat-x top left;
border: 1px solid black;
border-width: 0; /*Left/ right border width of pagination DIV.*/
padding: 2px 0 ;
margin: 2px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFF;
height: 20px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 440px; /*IE5 width*/
w\idth: 440px; /*IE6 width*/
}

.pagination a{
	padding: 3px 5px 3px 5px;
	margin: 0;
	text-decoration: none; 
	font-weight: normal;
	color: #FFF;
	border-left: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;	
}

.pagination a:hover, .pagination a.selected{
	color: #fff; /*background-color: white;*/
	background: transparent url(http://www.sodertaljesk.se/images0708/tableheader22on.jpg) repeat-x top left;
	font-weight: bolder;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}