#ticker {
	margin-bottom: 2px;
	background-color: white;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #c9c9c9;
	border-top-color: #c9c9c9;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 1px;
	height:40px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#ticker img {
	/*min-width: 50px;*/
	padding-right: 5px;
	margin-right: 5px;
	visibility: hidden;
	max-height: 100%;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
}

#ticker #overflow {
	height: 100%;
	width: 1000%;
}

#ticker span {
	display: inline-block;
}

#ticker a {
	display: inline-block;
}

#ticker a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#ticker a:hover {

}

#ticker #fadedEdgeLeft {
	background: transparent url(images/fadeLeft.png) no-repeat scroll 0 0;
	position: relative;
	height: 100%;
	width: 37px;
	margin-right: auto;
	margin-left: 0;
	margin-bottom:-40px;
}

#ticker #fadedEdgeRight {
	/*margin-left: 95%;*/
	background: transparent url(images/fadeRight.png) no-repeat scroll 0 0;
	position: relative; /*absolute;*/
	height: 100%;
	width: 37px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: -40px;
}