.banner-panel {
	border: 0px solid #b8b8b8;
	width: 855px;
	height: 268px;
	display: inline;
	float: left;
	position: //relative;
}

.banner-list {
	background: #d6d6d6;
	border: 1px solid #b8b8b8;
	border-left: 0px;
	width: 20px;
	height: 90px;
	display: none;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

	.banner-list li {
		background: #b8b8b8;
		width: 19px;
		height: 26px;
		padding: 4px 1px 0 0;
		display: block;
		float: left;
		clear: left;
		text-align: center;
		cursor: pointer;
		color: #e0e0e0;
	}
	
		.banner-list li:hover {
			color: #464646;
		}
