.headerTicker img {
	border: none;
}

.headerTicker {
	padding-left: 7px;
	color: #5a847e;
	height: 18px;
	overflow: hidden;
}



.headerTicker a:hover {
	color: #161D1F;
}

.headerTicker li {
	display: inline;
	list-style-type: none;
	margin-right: 23px;
	padding-right: 7px;
}
.headerTicker li.up {
	color:#32B43C;
	background: url(slike/up.gif) no-repeat right center;
}
.headerTicker li.down {
	color: #f21d13;
	background: url(slike/down.gif) no-repeat right center;
}
.headerTicker li.nochange {
	color :#0098f8;
	background: url(slike/nochange.gif) no-repeat right center;
}

.up ,.up:visited
{
		
	
	color:#32B43C;
	background: url(slike/up.gif) no-repeat right;
	padding-right:7px;
}
.down , .down:visited
{
		
	color: #f21d13;
	background: url(slike/down.gif) no-repeat right;
	padding-right:7px;
}
.nochange ,.nochange:visited
{
		
	color :#0098f8;
	background: url(slike/nochange.gif) no-repeat right;
	padding-right:8px;
}



.headerTicker {background:#ecf1f0;}

.headerTicker span {
	display: inline;
	list-style-type: none;
	margin-right: 23px;
	padding-right: 7px;
}
.headerTicker span.up {
	color: #32B43C;
	background: url(slike/up.gif) no-repeat right center;
}
.headerTicker span.down {
	color: #f21d13;
	background: url(slike/down.gif) no-repeat right center;
}
.headerTicker span.nochange {
	color : #0098f8;
	background: url(slike/nochange.gif) no-repeat right center;
}