#ticker {
	height: 125px;
	overflow: hidden;
}

#ticker li {
	height: 100%;
	list-style-type:none;
}

#ticker img{
	width:auto;
	height:72px;
	margin-bottom:5px;
	}

.tclear{
	border-bottom:1px dotted #6A981C; 
	width:95%; 
	clear:both; 
	position:relative;
}	


/************************/
/* 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;
}

