
/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 1200px; /* important длина картинки */
	height: 880px; /* important высота картинки + кнопки*/
	margin: 0;
	background: #RGBA(0, 0, 0, 0);
}

#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: 17200px;
	}
	#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: 700px 50px 300px 50px;
}
#container_bd #example_6_frame ul li {
	margin: 0 5px;
}
#container_bd #example_6_frame ul li img            {border: 1px solid #eee;padding: 1px;}
#container_bd #example_6_frame ul li img:hover {border: 1px solid #fff;}