body.ds-enabled { width: 100%; height: 100%; }

#ds-overlay {
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.85;
	height: 100%;
  width: 100%;
	z-index: 8000;
}

#ds-lightbox {
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000;
	overflow: auto;
} 


#ds-lightbox #ds-container {
	background-color: #FFF;
	width: 710px;
	height: 520px;
	padding: 1px;
	margin: 120px auto;
	position: relative;
	text-align: left;
}

#ds-container #ds-content {
	height: 470px;
	width: 700px;
	overflow: hidden;
} 

#ds-container #ds-options {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 700px;
	height: 50px;
}

#ds-container .ds-enumerator {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	width: 120px;
	display: block;
	float: left;
}

#ds-container .ds-description {
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	font-style: italic;
	color: #333;
	width: 400px;
	display: block;
	float: left;	
}

#ds-container.isIE6 .ds-description,
#ds-container.isIE7 .ds-description {
	line-height: 1.4em;
}

#ds-container.isIE7 .ds-enumerator,
#ds-container.isIE7 .ds-description,
#ds-container.isIE6 .ds-enumerator,
#ds-container.isIE6 .ds-description {
	padding-top: 10px;
}

#ds-container .ds-close-button {
	background: transparent url(http://www.statkraft.no/img/X.png) no-repeat scroll center center;
	display: block;
	float: right;
	height: 22px;
	margin: 10px 0 0;
	width: 20px;
	color: #fff;
}

#ds-content .ds-panel {
	height: 470px;
	width: 700px;
	text-align: center;
	overflow: hidden;
}

#ds-content .ds-panel-image {
	height: 470px;
	width: 700px;
	text-align: center;
	overflow: hidden;
}

#ds-lightbox #ds-content .loader {
	width: 700px;
	height: 354px; 
	background: transparent url(loading.gif) no-repeat center;
}

#ds-lightbox #ds-content .loader img {
	visibility: hidden;
}

#ds-content .ds-panel-video {
	height: 470px;
	width: 700px;
	text-align: center;
	overflow: hidden;
}

#ds-content .ds-panel-text {
	padding: 10px 10px;
	overflow: auto;
	width: 680px;
	font-size: 14px;
	/* text-indent: justify; */
	color: #333;
}

#ds-content .ds-panel-video object,
#ds-content .ds-panel-image img {
	margin: 0 auto;
}

#ds-container .ds-prev-button {
	width: 350px;
	height: 470px;
	position: absolute;
	top: -470px;
	display: block;
	z-index: 3000;
	cursor: pointer;
	border: 0 none;
	-moz-user-select: none;
}
#ds-container .ds-prev-button:hover {
	cursor: pointer;
	background:transparent url(http://www.statkraft.no/img/PREV.png) no-repeat scroll 0% 45%;
	border: 0 none;
}

#ds-container .ds-next-button {
	width: 350px;
	height: 470px;
	position: absolute;
	top: -470px;
	left: 350px;
	display: block;
	z-index: 3000;
	cursor: pointer;
	border: 0 none;
	-moz-user-select: none;
}

#ds-container .ds-next-button:hover {
	cursor: pointer;
	background:transparent url(http://www.statkraft.no/img/NEXT.png) no-repeat scroll 100% 45%;
	border: 0 none;
}

body #ds-container #ds-options.videolist .ds-prev-button,
body #ds-container #ds-options.videolist .ds-next-button,
body #ds-container #ds-options.videolist .ds-prev-button:hover,
body #ds-container #ds-options.videolist .ds-next-button:hover {
	height: 70px;
	top: -70px;
	cursor: pointer;
	border: 0 none;
}

body #ds-container #ds-options.videolist .ds-prev-button-hover,
body #ds-container #ds-options.videolist .ds-prev-button:hover {
	background:transparent url(http://www.statkraft.no/img/PREV.png) no-repeat scroll 0% 5%;
}

body #ds-container #ds-options.videolist .ds-next-button-hover,
body #ds-container #ds-options.videolist .ds-next-button:hover {
	background:transparent url(http://www.statkraft.no/img/NEXT.png) no-repeat scroll 100% 5%;
}

#ds-container .hidden {
	visibility: hidden;
}

