
.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;
}
.gallery
{
	
	
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;

}

.ticker {
	width: 610px;
	height: 40px;
	overflow: hidden;
	border-top: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	
	box-shadow: 0px 0px 5px #DDD;
}

#ticker_02 {
	height: 215px;
}

.ticker li {
	height: 30px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 5px;
}

#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;}
.ticker_02_custname
{
	width:135px;
	text-align:left;
}
.ticker_02_capacity
{
	width:70px;
	text-align:left;
}
.ticker_02_nos
{
	width:30px;
	text-align:left;
}