.mooronmask {
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 300px;
	margin:0 0 20px 0;
	color: #FFFFFF;
	/*border:2px solid #b1c4cc;*/
	background-color: #b1c4cc;
	}
#it .mooronmask {
	position: relative;
	overflow: hidden;
	width: 890px;
	height: 315px;
	margin:0 0 20px 0;
	color: #FFFFFF;
	/*background-color: #CCCCCC;*/
}
.mooronbuttons span.mooronhandle {
	color: #000;
	padding:5px 7px;
	cursor: pointer;
	position:relative;
	top:10px;
	left:0;
	margin-left:0;
	font-weight:bold;
}
.mooronbuttons span.tekst {
	color: #CC0000;
	padding:5px 7px;
	position:relative;
	top:10px;
	left:0;
	font-weight:bold;
}
.mooronbuttons {
	position: relative;
	left: 0;
	top: 0;
	height:40px;
	width:900px;
}
.mooronbuttons span {
	color: #000;
	padding:5px 7px;
	cursor: pointer;
}
.mooronbuttons span#mooronprev {
	background:transparent url(prew-2.png) no-repeat 0 0;
	width:30px;
	height:40px;
	cursor: pointer;
	text-indent:-8000px;
	color:#FF0000;
	position:absolute;
	left:-18px;
	top:150px;
	z-index:500;
}
.mooronbuttons span#mooronnext {
	background:transparent url(next-2.png) no-repeat 0 0;
	width:30px;
	height:40px;
	text-indent:-8000px;
	cursor: pointer;
	color:#FF0000;
	position:absolute;
	left:895px;
	top:150px;
	z-index:500;
	
}
span#mooronnext:link {
	width:44px;
	display:block;
	background:transparent url(next-2.png) no-repeat 0 0;
	overflow:hidden;
	
}
.mooronbuttons span#mooronnext:hover {
	width:48px;
	background:transparent url(next-2.png) no-repeat -44px 0;
	
}
.mooronbuttons span#mooronprev:hover {
	width:48px;
	background:transparent url(prew-2.png) no-repeat -44px 0;
	
}

.mooronbuttons span.active, .mooronbuttons span:hover {
	/*background: #FF0000;*/
	color: #19616E;
	font-weight:bold;
	
}

#mooronbox {
	position: absolute;
	
}

#mooronbox div {
	width: 230px;
	height: 300px;
	float: left;
	background-color: #b1c4cc;
	color: #FFFFFF;
}
#it #mooronbox div {
	width: 220px;
	height: 320px;
	float: left;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
#mooronbox a {
	color: #000;
	font-weight:bold;
}
#mooronbox a:hover {
	color: #CC0000;
	text-decoration:none;
}
#mooronbox p {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 10px 15px;
	color: #333333;/*  text-indent: 15px; */
	line-height: 120%;
}
#mooronbox h3 {
	font-size: 12px;
	font-weight:bold;
	line-height:100%;
	padding:10px 5px 5px 15px;
	margin:0;
}   
#mooronbox h4 {
	font-size: 12px;
	font-weight:bold;
	padding:5px 5px 0 15px;
	margin:0;
	color:#000;
}
#mooronbox img {
	width: 200px;
	height: 120px;
	margin: 0 5px 5px 15px;
}
#mooronbox img.image-timeline {
	width: 200px;
	height: 150px;
	margin: 0 5px 5px 15px;
}

.moronitem {
	width:200px;
	float:left;
}
#it .moronitem {
	width:315px;
	float:left;
}
.hidden {
	display:none;
}

/* timeline */

#timeline .mooronmask {
	
	height: 400px;
	margin:0 0 20px 0;
	color: #FFFFFF;
	background-color: #b1c4cc;
}
#timeline #mooronbox div {
	height: 400px;
	background-color: #b1c4cc;
	color: #FFFFFF;
}
#timeline .mooronbuttons {
	position: relative;
	left: 0;
	top: 0;
	height:40px;
	width:900px;
	margin-top:20px;
}
