#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 402px; /* important */
	margin: 0;
	background-color: #FFFFFF;
	height: 600px;
}
#wrapper {
	height: 500px;
	width: 404px;
	background-image: url(images/box_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#example_6_content {
	position: absolute;
	top: 0;
	margin-left: -40px;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
	width: 18060px;
	}

	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
	}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	position: relative;
	margin-top: 430px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#container_bd #example_6_frame ul li {
	height: 50px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	}
#container_bd #example_6_frame ul li img{
	border: 1px solid #5991B1;
}
	#container_bd #example_6_frame ul li img:hover {
	border: 1px solid #460E00;
}
