	.highslide-html {
		background-color: white;
	}
	.highslide-html-blur {
	}
	.highslide-html-content {
		position: absolute;
		display: none;
		font-family: Verdana, Helvetica;
		font-size: 9pt;
		color: #555;
		width: 400px;
	}

	.highslide-html-content a {
	    color: #555;
		text-decoration: none;
		border-bottom: 1px solid black;
	}
	
	.highslide-display-block {
		display: block;
	}
	.highslide-display-none {
		display: none;
	}
	
	
	.highslide-html-content .control {
	    text-indent: 30px;
		float: right;
		display: block;
		padding: 1px 0;
		margin: 0 5px;
		font-size: 9pt;
		text-transform: uppercase;
	}
	.highslide-html-content .control:hover {
		color: black !important;
	}
	.highslide-html-content .highslide-move {
		cursor: move;
	}
	
	.highslide-header {
	    display: none;
	}
	
	.highslide-body {
	    padding: 0 10px 10px 10px; 
	    text-align:justify
	}
	
	
	.highslide-body .news-headline
	{
	    width: 350px; 
	    border-bottom: 1px solid black; 
	    margin-top:25px; 
	    margin-bottom:10px;
	}
	
	.highslide-body .news-headline .news-date
	{
	    font-size: 1.1em; 
	    font-weight:bold;
	}
			
			
	/* http://www.roadrash.no/hs-support/tooltip.html */ 
	.tooltip {
		position: relative;
		top: 35px;
		width: 35px;
		height: 35px;
		background: url('/resources/tooltip_bottom_unshaded-top.png') no-repeat;
	}

			
