#container_bd{
	border:1px solid #DB468A;
	width:900px;
}
#examples a {color:#888 ;text-decoration: none;}
	#examples a:hover {color: #090;}

#examples h3 {margin: 20px 0 5px 0;}



/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 900px; /* important */
	height: 160px; /* important */
	/*margin: 0 85px;*/
	background: #e7e7e7;
}

#example_3_frame {position: relative}
#example_3_previous {float: left; cursor: hand; background:#e7e7e7;}
#example_3_next {float: right; cursor: hand; background:#e7e7e7;}
#example_3_content {
	position: absolute;
	top: 0;
	margin-left: 20px;
}

#example_3_content{
	padding:5px 20px 5px 20px;
}
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_3_content {
		width: 5418px;
	}
	#container_bd #example_3 ul li {
		display: block;
		float: left;
		margin: 5px;
	}
	#container_bd #example_3 ul li img{
		border-bottom: 1px solid #DB468A;
	}

#container_bd #example_3 ul li img {
	display: block;
}