/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 550px; /* important */
	height: 86px; /* important */
	margin: 0 85px;
	background: #fff;
	
}

#example_3_frame {position: relative;z-index: 1;}
#example_3_previous { position:relative;float: left;z-index: 1;}
#example_3_next { position:relative;float: right;z-index: 1;}

#example_3_content {
	position: absolute;
	top: -5px;
	margin-left: 0px;

	z-index:0;
}
html>body #example_3_content {
	position: absolute;
	top: -20px;
	margin-left: 0px;
}


#example_3_content
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_3_content {
		width: 5418px;
		z-index:0;
	}
	 #example_3 ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #013366;
		background-color: #fff;
	}

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