/* all.css */

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,latin-ext);

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	/*
	background-image: url(/images/forside/baggrunde/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	*/
	color: #000;
}

/* Sørg for at også Opera viser den korrekte baggrund.
   Nødvendig, idet Opera læser IE-hacks'ene...
*/
html>body {
	/*
	background-image: url(/images/forside/baggrunde/bg.gif);
	*/
}

img {
	border: none;
}

p {
	font-size: 0.70em;
}

a:link, a:visited {
	color: #901a1e;
	background-color: #fff;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 998px;
	margin: 0px auto;
	text-align: left;
	color: #000000;
	background-color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#banner {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #901A1E;
	height: 104px;
	background-image: url(/grafik/forside/decoration.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 482px;
	height: 113px;
	background-image:  url(/grafik/forside/logo2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9;
}

#logo h1 {
	display: none;
}

#menu-bar {
	position: absolute;
	top: 105px;
	right: 0px;
	padding: 5px 5px 0 0;
	margin: 0px;
	text-align: right;
	z-index: 10;
	font-size: 0.7em;

	display: none;
}

#menu-bar form {
	margin: 0;
	padding: 0;
}

#menu-bar input {
	margin: 0;
	padding: 0;
}

#menu-bar p {
	display: inline;
	margin: 0;
	font-size: 1em;
	color: #901a1e;
	background-color: #fff;
}

#menu-bar a:link, #menu-bar a:visited {
	color: #666;
	background-color: #fff;
}

#menu-bar a:hover, #menu-bar a:active {
	color: #901a1e;
	background-color: #fff;
}

#menu-bar input.searchText {
	font-size: 1em;
}

#menu-bar .FormButton {
	padding: 0px;
	font-size: 1em;
	color: #000000;
	background-color: #f0f0f0;
}

#middle-section {
	/*
		Background-position and padding-top defined in newtop.css
	*/
	position:relative;
	margin: 0 0 20px 0;
	padding: 42px 42px 0 660px;
	background-image:  url(/grafik/forside/image_01.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #666;
	background-color: #fff;
	min-height: 275px;
	 
}

#middle-section-right{
	min-height: 275px;
	height: 275px;
	margin-top:0;
	float:right;
}


#middle-section h1, #middle-section h2 {
	display: none;
	margin-top: 0;
	font-size: 1em;
}

#middle-section img {
	border: none;
}

#imageWithLink {
	position: absolute;
	top: 110px;
	left: 0;
}
/*needed for blog typewriter effect*/
#blog_typewriter {
	position: absolute;
	height: 257px;
	width: 620px;
	top: 110px;
	left: 0;
	background-image: url(/grafik/forside/blog_notext.jpg);
	background-repeat: no-repeat;
}
#blog_typewriter_text {
position: absolute;
top: 190px;
left: 42px;
}
.blog_typewriter_p {
color: #666;
font-size: 19px;
font-weight: bold;
font-family: "Courier New", Courier, monospace;
margin: 0;
padding: 0;
}

/*needed for blog typewriter effect end*/

#imageWithLink a {
	width: 620px;
	height: 277px;
	display: block;
}

/*needed for slider*/
#sliderDiv {
	position: absolute;
	top: 110px;
	left: 0;
}

#slider_alt_content {
	position: absolute;
	top: 110px;
	left: 0;
	visibility: hidden;
}
/*needed for slider end*/

#newsflash {
	margin-bottom: 20px;
	/*overflow: hidden;*/
	/*width: 296px;*/
	/*border-right: 1px solid #000;*/
	/* Ingen eksplicit angivelse af højde, da sektionen skal kunne tilpasse sig. Eller ??? */

}

#engelskfront #newsflash {
}

#newsflash h3, #eventsflash h3 {
	font-size: 0.7em;
	margin: 0;
	color: #666;
	background-color: #fff;
	font-weight: normal;
}

#newsflash h3 a, #eventsflash h3 a {
	text-decoration: none;
}

#newsflash h3 a:hover, #eventsflash h3 a:hover {
	text-decoration: underline;
}

#newsflash p, #eventsflash p {
	margin: 0 0 5px 0;
	font-size: 0.7em;
}

#newsflash p a, #eventsflash p a {
	color: #901a1e;
	background-color: #fff;
	margin: 0;
}

#eventsflash {
	overflow: hidden;
	/* Ingen eksplicit angivelse af højde, da sektionen skal kunne tilpasse sig. */
}

#eventsflash a.date {
	color: #666;
	background-color: #fff;
	font-size: 0.6em;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#links-section {
	color: #000000;
	background-color: #eee;
	height: 120px;
	margin: 0 0 15px 0;
	padding: 7px 42px 0 42px;
	clear: both;
}

#links-section img {
	border: none;
}

#links-section h1, #links-section h2 {
	display: none;
	font-size: 1em;
	margin-top: 0;
}

#links-section h3 {
	font-weight: normal;
	font-size: 0.7em;
	margin: 0;
}

#links-section p {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 0.6em;
}

#links-section a {
	color: #901a1e;
	background-color: #eee;
}

#links-section img {
	margin: 0;
}

#links-subsection1 {
	width: 170px;
	padding: 0;
	margin: 0 34px 0 0;
	float: left;
}

#links-subsection2 {
	width: 170px;
	padding: 0;
	margin: 0 34px 0 0;
	float: left;
}

#links-subsection3 {
	width: 170px;
	float: left;
	padding: 0;
	/*margin: 0 42px 0 0;*/
	margin: 0 40px 0 0;
}

#links-subsection4 {
	width: 210px;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}

#links-subsection5 {
	width: 71px;
	padding: 0;
	margin: 0;
	float: left;
	clear: right;
}

#bottom-section {
	margin: 0 15px 0 42px;
	padding: 0;
	height: 56px;
	clear: both;
}

#bottom-left {
	color: #000000;
	background-color: #fff;
	width: 618px;
	height: 20px;
	margin: -15px 0 0 0;
	padding-top: 36px;
	float: left;
}

#bottom-left a {
/*	font-size: 0.70em;*/
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

#bottom-section img {
	border: none;
	text-decoration: none;
}

#bottom-left img {
	margin-bottom: -2px;
}

#bottom-right {
	color: #000000;
	background-color: #fff;
	height: 56px;
	float: left;
	clear: right;
}

#banner1 {
	height: 55px;
	width: 160px;
	float: left;
	margin: 0 3px 0 0;
}

#banner2 {
	height: 55px;
	width: 140px;
	float: left;
}

.address {
	font-size: 10px;
	color: #666666;
	margin-top: -10px;
	line-height: 15px;
}

.address a:link, .address a:visited {
	font-size: 1em;
	color: #666666;
}

.address a:hover, .address a:active {
	font-size: 1em;
	color: #901a1e;
}

.hidden {
	display: none;
}

/* newtop.css */

#page-header {
	height: 109px;
	border-bottom: 1px solid #7d2023; /* #901A1E */
}


/* ------------------------------------------------------------- Branding --- */
#branding-global {
	position: absolute;
	width: 241px;
	top: 0px;
	left: 1px;
}

#branding-unit {
	position: absolute;
	overflow: hidden;
	height: 86px;
	width: 387px;
	top: 23px;
	left: 108px; /* Change ??? */
}

#branding-logo {
	position: absolute;
	height: 87px;
	width: 63px;
	top: 28px;
	left: 27px;
}

#branding-logoBottom {
	position: absolute;
	height: 18px;
	width: 63px;
	top: 97px;
	left: 27px;
}

#branding-decoration {
	margin: 0;
	padding: 0;
	height: 86px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000;
	background-image: url(/grafik/forside/KU_dekro.jpg);
}

#branding-global img,
#branding-unit img,
#branding-logo img {
	border: none;
}


/* ----------------------------------------------------------- Navigation --- */
div#nav-wrapper {
	height: 23px;
	color: #000;
	background-color: #666;
}

div#nav-global {
	overflow: hidden;
	float: right;
	color: #fff;
	background-color: #666;
	font-size: 10px;
}

div#nav-global ul {
	color: #fff;
	background-color: #666;
}

div#nav-global li {
	border-left: 1px solid #fff;
	float: left;
	line-height: 1em;
	margin: 7px .5em 5px -.5em;
	padding: 0 .5em 1px .5em;
}

div#nav-global a {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


/* ----------------------------------------------------------- Search box --- */
#search { float: right; }

div#search form {
	margin: 0 16px 0 0;
	padding: 0;
	border: none;
}

/* Bl.a. Opera 6 og IE6 og derunder l?ser ikke denne regel. */
head:first-child+body div#search form { margin: 0 13px 0 0; }

div#search form p {
	margin: 0;
	padding: 0;
}

div#search input#entry1 {
	margin: 1px 0 2px 0;
	padding: 0;
	height: 15px;
	width: 90px;
}

/* Bl.a. Opera 6 og IE6 og derunder l?ser ikke denne regel. */
head:first-child+body div#search #entry1 { margin: 2px 0 3px 0; }

div#search #submit-button {
	border: none;
	height: 16px;
	padding: 0;
	margin: 0 0 3px 0;
	text-align: right;
}

#search #entry1 {
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #bdbcbc;
}

/* Bl.a. Opera 6 og IE6 og derunder l?ser ikke denne regel. */
head:first-child+body #search #entry1 {
	color: #000;
	background-color: #f2f2f2;
}

#search #submit-button {
	color: #fff;
	background-color: #666;
}

div#search #submit-button {
	font-size: 11px;
	font-weight: bold;
}

div#search input#entry1 {
	font-size: 10px;
}


/* ----------------------------------------------------------- Hide these --- */
#branding,
#skip-to,
#nav-wrapper h1 {
	display: none;
}


/* -------------------------------------------------------------- General --- */
img { border: none; }

.clear { clear: both; }


/* ------------------------------------------------------- General: Links --- */
a:link, a:visited, a:hover, a:active {
	/*color: #005A88;*/
	background-color: transparent;
}

/* ------------------------------------------------------- General: Lists --- */
/* Standard unordered lists */
ul {}
ul li {}
ul ul li {} /* If you need more levels */

/* For lists with no bullets and no indentation. */
ul.stripped {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.stripped li { margin-bottom: 3px; }


/* ------------------------------------------------------- Middle section --- */
#middle-section {
	padding-top: 22px;
	background-position: left top; /* 42px - padding-top */
}

/* ### CSS fra siden ### */

#read_more_news {
margin-top: -14px;
margin-bottom: 20px;
}

#read_more_events {
margin: 0;
}

#cookie_box {
height: 101px;
width: 1000px;
margin: 0 auto;
background: url("http://cms.ku.dk/grafik/forside/main_accept_bg_front.jpg") no-repeat;
color: #fff;
text-align: left;
position: relative;
border-bottom: 1px solid #c8c8c8;
margin-bottom: 1px;
}
#cookie_box.english {
background: url("http://cms.ku.dk/grafik/cookies/main_accept_bg_uk.jpg") no-repeat;
}
#cookie_box h2 {
font-size: 16px;
margin: 0;
padding: 16px 0 10px 17px;
display: none;
}
#cookie_box p {
margin: 0;
padding: 0 0 10px 17px;
display: none;
}
a.accept_cookies {
background: url("http://cms.ku.dk/grafik/cookies/accept_bg.png") no-repeat;
color: #901a1e;
height: 18px;
padding-top: 5px;
padding-left: 8px;
position: absolute;
right: 208px;
top: 23px;
width: 165px;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
}
a.laes_mere_cookies {
background: url("http://cms.ku.dk/grafik/cookies/laes_mere.png") no-repeat;
background-position: left center;
position: absolute;
left: 619px;
top: 70px;
color: #fff;
padding-left: 14px;
font-size: 11px;
}





/* ----------------------------------------------------------- Navigation ---*/


#branding-decoration {

}

#middle-section {
	position:relative;
}

#forsideslider, #sliderDiv {
top: 88px;
}

#page-header {
height:87px;
}
#branding-logoBottom {
top: 75px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9000;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
/*	float: left;*/
	margin-bottom: 0.5em;
	margin-top: 12px;
	position: relative;
}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	margin-top: 7px;
}

.sf-menu a {
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #666;
	border-left: 1px solid #cfcfcf;
}

.sf-menu ul li a {
	border-left: 0px solid transparent;
}


.sf-menu .global-sprog a {
	padding: 11px 8px 8px 8px;
	border-right: 1px solid #666;
}

.sf-menu a:hover {
	color: #333;
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;

}


.sf-menu ul li {

	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	padding: 4px 0;
}

.sf-menu ul {
	border: 1px solid #cacaca;
	border-top: 1px solid #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.sf-menu ul ul li {

}

.sf-menu li:hover,
.sf-menu li .sfHover {
	background: #fff;
	color: #333;
}


.sf-menu li li:hover,
.sf-menu li li .sfHover {
	background: #999999;
	-webkit-transition: none;
	transition: none;
	background-color: #fff;
	color: #000;
}




@-moz-document url-prefix() {

.sf-menu a {
	padding: 1px 10px 2px 10px;
}
}

div#nav-wrapper {
	position:relative;
	text-align:left;
	border-bottom: 1px solid #ccc;
	height: 66px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	background-color:#fff;
	color: #333;
}

div#nav-inner-wrapper {
	position:relative;
	margin: 0 auto;
	width: 984px;
	height: 66px;
}

div#nav-wrapper #global-search {
	float:none;
	position: absolute;
	top:35px;
	right:0;
	width: 140px;
	border: 1px solid #B4B4B4;
	border-radius: 2px;
	padding:0;

}

div#nav-wrapper #global-search p {
	padding:0;
	margin:0;
}

div#nav-wrapper #global-search input#entry1 {
	position:relative;
	background-color:#fff;
	border:0 solid #fff;
    color: #666666;
    height: 15px;
    padding: 2px;
    width: 116px;

}

div#nav-wrapper #global-search input#submit-button {
	position:relative;
	background: url("http://cms.ku.dk/grafik/globalmenu/soeg.png") no-repeat scroll right top #FFFFFF;
	border:0 solid #fff;
    height: 21px;
    width: 18px;
	margin: 0 0 0 -6px;
	color:transparent;
	cursor: pointer;

}

div#nav-globalmenu {
	position:relative;
    margin: 0 auto;
    text-align: right;
	margin-right: 145px;
	height:65px;
	border:0 solid #fff;
}


div#nav-globalmenu .sf-menu {
	position: absolute;
	top:25px;
	right:0;
}

div#global-tools {
    background-color: #777777;
    width: 100%;
	height: 25px;
	position:absolute;
	top:0;
	border-bottom: 1px solid #6c6c6c;
}

div#global-tools ul {
    color: #FFFFFF;
    font-size: 11px;
    list-style: none outside none;
    padding: 5px 0 0 0;
    margin: 0 auto;
    text-align: right;
    width: 984px;
}

div#global-tools li:first-child:before {
    content: "";
}
div#global-tools li:before {
    content: "| ";
}
div#global-tools li {
    display: inline;
    margin: 0 1px;
    padding: 0;
}

div#global-tools li a:link, div#global-tools li a:visited {
	color: #eee;
	text-decoration: none;
}

div#global-tools li a:hover, div#global-tools li a:active {
	color: #fff;
	text-decoration: underline;
}

div#global-tools li.global-sprog {
	text-align:left;
}

div#global-tools li.global-sprog a.english {
	background: transparent url(http://cms.ku.dk/grafik/globalmenu/flag-uk.gif) no-repeat right center;
	display: inline-block;
	width: 60px;

}

div#global-tools li.global-sprog a.dansk {
	background: transparent url(http://cms.ku.dk/grafik/globalmenu/flag-dk.gif) no-repeat right center;
	display: inline-block;
	width: 55px;

}

div#branding-unit {
top: 0;
display:none;
}

div#branding-logo {
	top:5px;
}

div#nav_head {
	top:120px;
}


div#branding-global {
	max-width: 319px;
	height: 30px;
	position: absolute;
	top:30px;
	z-index: 1000;
}

div#branding-global img {
	margin: -5px 0 0 0;
	width:;

}


/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(http://cms.ku.dk/grafik/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:5px;

/*  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0 0 5px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:15px;
	background:url(http://cms.ku.dk/grafik/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 1px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -16px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:39px;
	background:url(http://cms.ku.dk/grafik/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:0;
}
.theme-default a.nivo-prevNav {
	left:0;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	float:left;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* NIVO Slider */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(http://cms.ku.dk/grafik/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:5px;

/*    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0 0 5px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url(http://cms.ku.dk/grafik/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 1px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -16px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:39px;
	background:url(http://cms.ku.dk/grafik/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:0;
}
.theme-default a.nivo-prevNav {
	left:0;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	float:left;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
