.rotator {
	height:180px;
}

.mooronmask {
	position:relative;
	overflow:hidden;
	width:526px;
	height:230px;
	color:#FFFFFF;/*background-image:url(./naslovi-mediji.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;*/
	z-index:0;
} 
.moorontitle {
	position:absolute;
	left:350px;
	top:0px;
	background-image: url(naslov-rotator.png);
	width:176px;
	height:39px;
}
.mooronbuttons {
	position:absolute;
	left:5px;
	top:205px;
}
.mooronbuttons span {
	color:#fff;
	padding:5px 7px;
	cursor:pointer;
	font-weight:bold;
}
.mooronbuttons span#mooronstop {
	background:url(./pause.png) no-repeat;
	width:25px;
	height:25px;
	cursor:pointer;
	color:#CC0000;
}

.mooronbuttons span#mooronplay {
	background:url(./forward.png) no-repeat;
	width:25px;
	height:25px;
	text-indent:-8000px;
	cursor:pointer;
	color:#CC0000;
}
.mooronbuttons span.active, .mooronbuttons span:hover {
	background-color:#CC0000;
	color:#fff
}

#mooronbox {
	position:absolute;
}
#mooronbox div {
	width:526px;
	height:230px;
	float:left;
	background-color:#CC0000;
	color:#FFFFFF;
}
#mooronbox a {
	color:#fff;
	text-decoration:none;
	padding:0 10px 0 10px;
	margin:10px 0 0 0;
}
#mooronbox a:hover {
	text-decoration:none;
}
#mooronbox p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:0 10px 0 10px;
	line-height:120%;
}
#mooronbox h3 {
	font-size:18px;
	padding:10px 10px 0 10px;
	margin:15px 0 0 0;
	line-height:120%;
	position:relative;
}   
#mooronbox h4 {
	font-size:14px;
	padding:5px 10px 5px 10px;
	margin:0;
}
#mooronbox img {
	width:350px;
	height:230px;
	float:left;
	margin:0 10px 0 0;
}

