.glavnirotator {
	width:840px;
	float: left;
	display:inline;
	margin:10px 24px;
}
.mooronmask {
	position: relative;
	overflow: hidden;
	width: 850px;
	height: 82px;
	margin:0;
	color: #FFFFFF;	/*background-color: #CCCCCC;*/
	padding:0;
}

/* .moorontitle {
	background-image:url(izdvojeno.png);
	height:52px;
	left:0px;
	position:relative;
	top:0px;
	width:80px;
} */
.mooronbuttons span.mooronhandle {
	color: #000;
	cursor: pointer;
	position:relative;
	top:220px;
	left:320px;
	margin-right:4px;
	font-weight:bold;
	z-index:600;
	padding:2px 6px;
	border:1px #000 solid;
}
.mooronbuttons span.tekst {
	color: #CC0000;
	padding:2px 6px;
	position:relative;
	top:220px;
	left:290px;
	font-weight:bold;
}
.mooronbuttons {
	position: relative;
	left: 0px;
	top: 0px;
	height:0;
}
.mooronbuttons span {
	color: #000;
	/*padding:2px 6px;*/
	cursor: pointer;
}
.mooronbuttons span#mooronprev {
	background:transparent url(prev.gif) no-repeat top left;
	width:42px;
	height:39px;
	cursor: pointer;
	text-indent:-8000px;
	color:#FF0000;
	position:absolute;
	left:-46px;
	top:20px;
	z-index:500;
}
.mooronbuttons span#mooronnext {
	background:transparent url(next.gif) no-repeat top left;
	width:42px;
	height:39px;
	text-indent:-8000px;
	cursor: pointer;
	color:#000;
	top:20px;
	position:absolute;
	left:872px;
	z-index:500;
}
span#mooronnext:link {
	width:42px;
	display:block;
	background:transparent url(next.gif) no-repeat bottom left;
	overflow:hidden;
}
.mooronbuttons span#mooronnext:hover {
	width:42px;
	background:transparent url(next.gif) no-repeat bottom left;
	overflow:hidden;
}
.mooronbuttons span#mooronprev:hover {
	width:42px;
	height:39px;
	background:transparent url(prev.gif) no-repeat bottom left;
	overflow:hidden;
}

.mooronbuttons span.active, .mooronbuttons span:hover {
	/*background: #FF0000;*/
	color: #fff;
	font-weight:bold;
	/*padding:2px 6px;*/
	text-decoration:none;
	cursor:pointer;
	background-color:#000;
}

#mooronbox {
	position: absolute;
}
#mooronbox div {
	width: 150px;
	height: 80px;
	float: left;
	display:inline;
	color: #000;
	padding:0 10px;
}
#mooronbox a {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
#mooronbox a:hover {
	text-decoration:underline;
}
#mooronbox p {
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11px;
	padding: 20px 5px 10px 15px;
	color: #000;/*  text-indent: 15px; */
	line-height: 120%;
}
#mooronbox h3 {
	font-family:"Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 28px;
	font-weight:bold;
	line-height:100%;
	padding:10px 5px 0 15px;
	margin:0;
}   
#mooronbox h4 {
	font-size: 14px;
	padding:0 10px;
	margin:0;
	color:#000;
}
#mooronbox h5 {
	font-size: 11px;
	padding:20px 10px 0 10px;
	margin:0;
	color:#000;
	line-height:110%;
	font-weight:normal;
}
#mooronbox img {
	width: 148px;
	height: 80px;
	float: left;
	display:inline;
	color: #000;
	margin:0 10px;
	border:solid 1px #ddd;
}
#mooronbox img a:hover {
	border-color:#06C;
}

.moronitem {
	/*width:200px;
	float:left;*/
}

.hidden {
	display:none;
}


/* MooSlideshow */

.mainrotator {
 width:920px;
 height:250px;
 margin:46px 14px 0 14px;
}

#prjslides {
 width:920px;
 height:250px;
 position:relative;
}
#prjslides .slide {
 width:920px;
 height:250px;
 display:block;
 position:absolute;
 top:0;
 left:0;
 z-index:1;
}

.toc {
 position:absolute;
 left:0; bottom:20px;
 padding:3px;
 z-index:2;
 display:block;
 width:20px;
 background-color:#ed6441;
 color:#fff;
 text-align:center;
 text-decoration:none;
 font-weight: bold;
}
.toc-active {
 background:#fff;
 color:#ed6441;
}
#next {
 position:absolute;
 bottom:20px;
 right:20px;
 z-index:2;
 display:block;
 width:20px;
 background:#6D84B4;
 color:#fff;
 text-align:center;
 padding:3px;
 text-decoration:none;
}
#previous {
 position:absolute;
 bottom:20px;
 right:60px;
 z-index:2;
 display:block;
 width:20px;
 background:#6D84B4;
 color:#fff;
 text-align:center;
 padding:3px;
 text-decoration:none;
}
