﻿#ticker {
	height: 20px;
	overflow: hidden;
	list-style:none;
	margin:0px;
	margin-top:5px;
	padding:0px;

}
#ticker li {
	height: 40px;
}


/************************/
/* WORKSHOP STYLE       */
/************************/

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

