.rotator {
	height: 180px;
}

.mooronmask {
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 180px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #333;
	/*background-image:url(./naslovi-mediji.gif);
	background-repeat: no-repeat;*/
}

.mooronbuttons {
	position: absolute;
	left: 5px;
	top: 160px;
}
.mooronbuttons span {
	color: #fff;
	padding:5px 7px;
	cursor: pointer;
}
.mooronbuttons span#mooronstop {
	background:#333 url(./pause.gif) no-repeat;
	width:25px;
	height:25px;
	cursor: pointer;
	color:#FF0000;
		
	
}

.mooronbuttons span#mooronplay {
	background:#333 url(./forward.gif) no-repeat;
	width:25px;
	height:25px;
	text-indent:-8000px;
	cursor: pointer;
	color:#FF0000;

}
.mooronbuttons span.active, .mooronbuttons span:hover {
	background: #FF0000;
	color: #fff
}

#mooronbox {
	position: absolute;
}
#mooronbox div {
	width: 380px;
	height: 180px;
	float: left;
	background-color: #333;
	color: #FFFFFF;
}
#mooronbox a {
	color: #fff;
	text-decoration:none;
}
#mooronbox a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
#mooronbox p {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0x 10px 0 10px;
/*  text-indent: 15px; */
}
#mooronbox h3 {
	font-size: 18px;
	line-height:100%;
	padding:20px 10px 10px 10px;
}   
#mooronbox h4 {
	font-size: 14px;
	padding:5px 10px;
	margin:0;
}
#mooronbox img {
	width: 140px;
	height: 140px;
	float: left;
	margin: 10px;
}

