#ticker,#tickersupp,#tickexibi {
	height: 130px;
	overflow: hidden;
	float:left;

}
#ticker li,#tickersupp li,#tickexibi li {
	height: 130px;
}
/************************/
/* WORKSHOP STYLE       */
/************************/

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
#ticker li div.content_news a,#tickersupp li div.content_news a,#tickexibi li div.content_news a {
	color: #fff;
	text-decoration: underline;
	margin:0px 0px 0px 0px;
	clear:both;
	float:left;
        font-size:14px;

}
#ticker li div.content_news,#tickersupp li div.content_news,#tickexibi li div.content_news
{
	width:184px;
	height:auto;
	float:left;
        padding-left:27px;
}
#ticker li div.content_news p,#tickersupp li div.content_news p,#tickexibi li div.content_news p
{
	float:left;
}
#ticker li div.content_news a:hover,#tickersupp li div.content_news a:hover,#tickexibi li div.content_news a:hover {
}
.news_bg
{
	width:96px;
	height:96px;
	float:left;
	/*background:url(../images/news_bg.jpg) no-repeat;*/
	margin:0px 20px 0px 0px;
	padding:5px 0px 0px 5px;
}
.news_bg img
{
	width:122px;
	height:91px;
	float:left;
}