#jwbox_background {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.9;
	opacity:0.90;
	filter: alpha(opacity = 90);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	/*border: 5px solid white;*/
	border: 2px solid white;
	/*border: 1px solid #595959;*/
	background-color: white;
	z-index:1002;
	overflow: hidden;
	background-image: url(../_images/closelabel.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.jwbox_content {}

body.fagskole #content.fagskole_front div.fagskole_video {
	height: 135px;
	clear: both;
}

body.fagskole #content.fagskole_front div.fagskole_video h2 {
	font-style: normal;
}

body.fagskole #content.fagskole_front div.fagskole_video h3.videoTitle {
	/*font-size: 2em;*/
	/*font-weight: bold;*/
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-left: 5px;
	font-style: normal;
	color: #595959;
}

body.fagskole #content.fagskole_front div.fagskole_video div.jwbox {
	float: right;
	clear: none;
	/*height: 130px;*/
	/*margin-top: 10px;*/
}

body.fagskole #content.fagskole_front div.fagskole_video div.videoInfo {
	float: left;
	clear: none;
	width: 430px;
	margin-top: 2em;
}

body.fagskole #content.fagskole_front div.fagskole_video div.videoInfo h2 {
	margin-top: 0;
	padding-top: 0;
}
