#wrapper{
	overflow:hidden;
	padding:4px 2px;
	float:left;
	position: relative;
	background-color: #003058;
	height:200px;		
}

#city_scroll #wrapper {
	width: 850px;	
}

#home_city_scroll #wrapper {
	width: 550px;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
/*	width:125px;*/
}
#items li a{
	color:#D5D5D5;
	text-decoration:none;
	padding:0px 3px;
}
#items li a:hover{
	background-color:#1884CB;
	padding:0px 3px;
}

.li_scroll li{
	width:125px;
}

.li_scroll ul li{
	padding-top:0px;
	/*border:1px solid yellow;*/
}
#items ul{
	height:190px;
}
