body {
	font: 13px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	width:300px;
	height:600px;
}
ul, li {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
#container {
	width:298px;
	height:598px;
	overflow:hidden;
	border:1px solid #e0e0e0;
}
.header {
	height:40px;
	overflow: hidden;
	background: #FFF url(../h_bg.png) top left repeat-x;
 	padding: 16px 0 0 8px;
}
.element {
	height:56px;
	overflow: hidden;
	border-bottom:1px solid rgba(224, 224, 224, 0.7);
	margin-bottom:6px;
	padding: 0 2px 0 0;
	position:relative;
}

/*.footer {
	height:28px;
	padding: 0 5px 8px 5px;
}*/

a {
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	text-decoration:none;
}
.slika {
	width:82px;
	height:51px;
	overflow:hidden;
	float:left;
	margin-right:7px;
}
.slika img {
	width:82px;
	vertical-align:top;
	border:0;
}
.tekst {
	width:207px;
	height:51px;
	overflow:hidden;
}

div.izdavac { position:absolute; bottom:0px; right:5px;}

div.izdavac i {
    color: #91d9f4;
    font-size: 10px;
    font-style: normal;
}
.carousel ul li { width:298px; height:61px; }

/*.next {
background: url("d_up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 25px;
  line-height: 100px;
  margin: 1px 1px 1px 16px;
  width: 25px;
}
.next:hover {
background: url("d_up.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0);
}
.prev {
background: url("d_down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 25px;
  line-height: 100px;
  margin: 1px 1px 1px 4px;
  width: 25px;
}
.prev:hover {
background: url("d_down.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0);
}
*/