html, body {
	
}

#page {
	width: 245px;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 50px;
}


.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 {
	width: 269px;
	height: 330px;
	overflow: hidden;
	border:#CCC 1px dotted;
	margin: 0;
	padding: 0;
	list-style: none;	
	line-height:22px;
}



.ticker li {
	height: 60px;
	padding:10px 0px 0px 5px;
	margin: -4px 0px 0px 5px;
	border-bottom:#CCC 1px dotted;
	background:url(../images/offer.png) no-repeat right top;
	
	
}

#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;}
