#slide_panel {
	background: #333333;
	height: auto;
	display:none;
	padding-bottom: 20px;
}
.hideSlideBox a {
	float: right;
	display: block;
	background: #000000;
	text-shadow: 0 0 3px #4D4D4D;
	padding: 5px 20px;
	color: #fff;
}
.cityList {
	width: 960px;
	margin: 0px auto;
	display: inline;
}
.cityList ul {
	width: 960px;
	margin: 10px auto;
	clear: both;
}
.cityList li {
	float: left;
	display: inline-block;
	width: auto;
	border: 0px solid red;
	font-size: 13px;
}
.cityList li a {
	border: 1px solid transparent;
	border-top-width: 0px;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
.cityList li.current a {
	border: 1px solid #7eb9d0;
	border-top-width: 0px;
	
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a7cfdf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
	background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
	background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a7cfdf, endColorstr=#23538a);
	color: #FFF;
}
.cityList li a:hover {
 border:1px solid #5ca6c4;
 border-top-width: 0px;
 background-color: #82bbd1; background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
 background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
 background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
 background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
 background-image: -o-linear-gradient(top, #82bbd1, #193b61);
 background-image: linear-gradient(to bottom, #82bbd1, #193b61);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}
