/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 690px; /* important */
	height: 493px; /* important */
	margin: 0;
	float: right;
	border: 1px solid #ddd;
}

#example_6_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 23440px;
	}
#example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
	}

#example_6 ul li img {
	display: block;
}
#example_6_frame a {
	border: 0;
}
#example_6_frame {
	float: left;
	width: 105px;
	height: 492px;
	overflow-x:hidden;
	overflow-y:auto;
	text-align: center;
	display: inline;
	scrollbar-track-color: #fff;
	border-bottom: 1px dashed #eee;
	border-top: 1px dashed #eee;
}
#example_6_frame ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#example_6_frame ul li{
	padding: 3px;
	border: 1px dotted #fff;
}

#example_6_frame img{
	padding: 3px;
	border: 1px dotted #fff;
	width: 75px;
	height: 75px;
}
#example_6_frame ul li img:hover {border: 1px dotted #98C2CC;}

			