
	
body        { color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	
}
a:visited { color: #fff00;}
.cena   { font-size: 14pt; font-family: Trebuchet MS; font-weight: bold }
a:hover { color: #e0e100;}
.Tekst       { line-height: 18px; font-family: Verdana, Tahoma, Arial; font-size: 10pt}
.Naslov-plavi       { font-family: Trebuchet MS; font-size: 16pt; height: 22px; font-style: italic; color: #feff02;
}
.TekstManji  { line-height: 16px; font-family: Verdana, Tahoma, Arial; font-size: 8pt; color: white}
.Naslov      { font-family: Trebuchet MS; font-size: 18pt; color: white; font-weight: italic }
.filledNaslov { padding:3; font-family: Verdana; font-size: 10pt; color: white; background-color: #465B62; text-indent:5 }
.filledOkvir { padding:3; font-family: Verdana; font-size: 10pt; background-color: #43626c }
.filledOkvir2 { border:1px double #C0C0C0; font-family: Verdana; font-size: 10pt; padding-left:5px; padding-right:3px; padding-top:5px; padding-bottom:5px }
.filledOkvir3 { border:0px; padding:5px; font-family: Verdana; font-size: 10pt; background-color:#3E545E }
.filled8pt { line-height: 15px; padding:3px; font-family: Verdana; font-size: 8pt; background-color: #364B5A; text-indent:5 }
.Tekst7pt  { line-height: 13px; font-family: Verdana, Tahoma, Arial; font-size: 7pt; color: white}

a {	color: #feff02;	text-decoration: none;	}
// a { height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }
a:hover, a:focus {	text-decoration: underline;	}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid white;
overflow: scroll; /*leave this value alone*/
width: 1020px; /*Width of Carousel Viewer itself*/
height: 133px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 4px; /*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}