/*********************************
	Stilovi za jCarousel kontejner class="news_container
*********************************/
.jcarousel-container-vertical {
    width: 200px;
    height: 300px;
	background: url(../../../eeimages/left_nav-bg.gif) 0 0 repeat-y;
    border: 1px solid #fff;
    margin: 0 0 30px 0;
}
.jcarousel-clip-vertical {
    top: 14px;
    width: 200px;
    height: 270px;
    z-index: 20;
}
.news_container li, .jcarousel-item-vertical, .jcarousel-item-placeholder-vertical {
    width: 179px;
    height: auto;
    margin: 5px 0 0 10px;
    padding: 4px;
   	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
}
.news_container h3 {
	font-size: 12px;
	margin: 0;
	padding: 4px;
}
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #0789FA url(/_share/jcarousel/arrow-down.gif) 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: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #0789FA url(/_share/jcarousel/arrow-up.gif) no-repeat center;
}
.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

/*********************************
	Tipografija vijesti i akcija
*********************************/
.news_container {
	color: #64727A;
	font: normal 12px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
}

.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 h3 {
	margin: 0;
	padding: 0;
	color: #3F535F;
	text-transform: uppercase;
}
.news_container h4 {
	margin: 0;
	padding: 0;
	color: #3F535F;
	text-transform: uppercase;
}
.news_container h4 a {
	margin: 0;
	padding: 0;
	color: #3F535F;
	text-transform: uppercase;
}
.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;
}