/** 
 * Novo Nordisk image carrousel v1
 */
 
 a, span, img, div { /*behavior: url('/ui/css/iepngfix.htc');*/ }

#mainarea {
	width: auto !important;
}

#content {
	position: static !important;
	width: auto !important;
}

ul#carrousel {
	padding: 0;
	margin: 0;
	position: relative; 
	left: 0px;
	list-style-type: none;
	display: none;
}

ul#carrousel > li {
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 1306px;
	list-style-type: none;
}

ul#carrousel > li > div.carrousel-box-top {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 20px; 
	left: 168px; 
	z-index: 100;	
	width: 241px;
	padding-top: 12px;
	background: transparent url('box-top.png') no-repeat left top;

}

ul#carrousel > li > div > div.carrousel-box-bottom {
	/*z-index: 100;*/
	padding-top: 2px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 44px;
	background: transparent url('box-bottom.png') no-repeat left bottom;
}

ul#carrousel > li.carrousel-top-left > div.carrousel-box-top {
	left: 168px;
}

ul#carrousel > li.carrousel-top-right > div.carrousel-box-top {
	left: auto; 
	right: 168px;
}

ul#carrousel > li.carrousel-bottom-left > div.carrousel-box-top {
	top: auto; 
	left: 168px;
	bottom: 76px;
}

ul#carrousel > li.carrousel-bottom-right > div.carrousel-box-top {
	top: auto;
	left: auto; 
	right: 168px;
	bottom: 76px;
}

ul#carrousel > li > div h1 {
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-indent: 0 !important;
	padding: 13px 0 0 0 !important;
}
ul#carrousel > li > div p {
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 13px;
	color: #333333;
}
ul#carrousel > li > div a {
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 13px;
	color: #009fda;
	text-decoration: none;
}

div#carrousel-container {
	width: 100%; 
	overflow: hidden; 
/*	top: 119px; */
	position: absolute; 
	height: 452px;
}


div#carrousel-container a:focus {
	outline: none;
}

div#carrousel-controls {
	width: 100%; 
	text-align: center;
	z-index: 200;
}

div#carrousel-controls-small {
	margin: 0 auto; 
	z-index: 200; 
	left: 0px; 
	top: 370px; 
	position: absolute; 
/*	width: 130px; */
	height: 26px;	
}

a#carrousel-controls-small-left {
	background: transparent url('arrow-small-left.png') no-repeat top left; 
	width: 26px; 
	height: 26px; 
	z-index: 200;
	position: absolute; 
	left: 0px;
	outline: none;
}

a#carrousel-controls-small-right {
	background: transparent url('arrow-small-right.png') no-repeat top left; 
	width: 26px; 
	height: 26px; 
	z-index: 200;
	position: absolute; 
	right: 0px;
	outline: none;
}

a#carrousel-controls-big-left {
	background: transparent url('arrow-big-left.png') no-repeat top left; 
	width: 44px; height: 90px; 
	position: absolute; 
	left: 0px; 
	top: 150px; 
	z-index: 200;
	outline: none;
}
a#carrousel-controls-big-right {
	background: transparent url('arrow-big-right.png') no-repeat top left; 
	width: 44px; 
	height: 90px; 
	position: absolute; 
	right: 0px; 
	top: 150px; 
	z-index: 200;
	outline: none;
}

div#carrousel-controls span.dot {
	background: transparent url('dot-grey.png') no-repeat top left; 
	width: 10px; 
	height: 10px;
	z-index: 200;
	position: absolute;
	top: 9px;
}
div#carrousel-controls span.dot-active {
	background: transparent url('dot-blue.png') no-repeat top left; 
}