/* example_6 css */

/*form#sliding {
	width:500px;
}*/


a {border: 0px;}

img{border:0;}

#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 640px; /* important */
	height: 600px; /* important */
	margin: 0;
	background: #fff;
}

#example_6 ul {
	list-style:none;
}

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

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 13440px;
	}
	#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: 460px 70px 0 0;
}

#example_6_frame ul {
	list-style:none;
	float:left;
}

#container_bd #example_6_frame ul li {
	margin: 0 5px;
}
#container_bd #example_6_frame ul li img{
	padding: 2px;
}
	/*#container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}*/
			
