.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}

.ticker {
	overflow: hidden;
	margin: 0;
	list-style: none;
	
	background-color: #FFF;
	background-image:
		-moz-linear-gradient(
			top,
			#FFF,
			#FAFAFA
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#FFF),
			to(#FAFAFA)
		);
	
	line-height: 17px;
	padding-right: 0px;
	padding-left: 0px;
}

#ticker_02 {
	height: 120px;
}

.ticker li {
	height: 100px;
	list-style-type: none;
	overflow: hidden;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #333;
	background-color: #FFF;
	background-image:
		-moz-linear-gradient(
			top,
			#FFF,
			#FAFAFA
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#FFF),
			to(#FAFAFA)
		);
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 133px;
	text-align: left;
}

#ticker_04 {
	height: 150px;
}
#ticker_04 li {
	height: 40px;
	overflow: hidden;
} 
#ticker_04 img {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
} 

#example_4 { display: none;}
.longer #slider {
	width: 149px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 223px;
	background-image:
		-moz-linear-gradient(
			top,
			#FFF,
			#FAFAFA
		);
	background-image:
url(../../images/horiz-lines.jpg);
	-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .3), 0 1px 0 rgba(5, 5, 5, .2), 0 -1px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .3), 0 1px 0 rgba(5, 5, 5, .2), 0 -1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, .3), 0 1px 0 rgba(5, 5, 5, .2), 0 -1px 0 rgba(0, 0, 0, .2);
	/* [disabled]overflow: hidden; */
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: repeat;
}
#ticker_01 li b {
	font-size: 12px;
	font-style: italic;
	color: #00F;
}
