/*********************************
	Stilovi za jCarousel kontejner class="news_container
*********************************/
.jcarousel-container-vertical {
    width: 200px;
    height: 406px;
    border: 0px solid #fff;
}
.jcarousel-clip-vertical {
    top: 80px;
    width: 200px;
    height: 270px;
    z-index: 20;
}
.news_container li, .jcarousel-item-vertical, .jcarousel-item-placeholder-vertical {
    width: 180px;
    height: auto;
    margin: 0;
    padding: 1px;
}
.news_container h3 {
	font-size: 12px;
	margin: 0;
	padding: 4px;
}
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 50px;
    cursor: pointer;
    border-top: 0 solid #fff;
    background: #4088b8 url(/_share/jcarousel/novosti_dno.png) no-repeat center;
}
.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 50px;
    cursor: pointer;
    border-bottom: 0 solid #fff;
    background: #4088b8 url(/_share/jcarousel/novosti_vrh.png) no-repeat center;
}
.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=50);
}

/*********************************
	Tipografija vijesti i akcija
*********************************/
.news_container {
	color: #64727A;
	font: normal 12px/16px arial, helvetica, verdana;
}
.news_container h3 {
	margin: 0;
	padding: 0;
	color:#64727A;
	text-transform: uppercase;
}
.news_container .news_intro img {
	border: 1px solid #ebebeb;
	background: none;
	padding: 0;
	margin: 5px 7px 5px 0;
	float: left;
}
.news_container .news_vijest {
	clear: both;
}
.news_container .news_vijest h4, .news_container .news_vijest h4 a, .news_container .news_vijest h4 a:visited {
	margin: 0;
	padding: 0;
	color:#64727A;
	text-transform: uppercase;
	text-decoration: none;
}
.news_container .news_vijest h4 a:hover {
	text-decoration: underline;
}
.news_container .news_datum {
	color: #aaaaaa;
	position: relative;
	float: left;
	margin: 0;
}
.news_container .news_intro {
	clear: left;
}
.news_container .arhiva_link {
	height: 50px;
	text-align: center;
	color: #3F535F;
}