#example_3 {
	float: left;
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 82px; /* important */
	margin: 0 0px;
	top: 0px;
	border: 0px solid #fff;
	background: transparent;
}

#example_3_frame {
	float: left;
	margin: 0 0px;
	width: 100%; /* important */
	cursor: pointer;
}

#example_3_previous {float: left;}
#example_3_next {float: right;}
#example_3_content {
	position: relative;
	top: 0px;
	margin: 0 0px;
	width: 10000px;
	border: 0px solid #fff;
}


#example_3_content li {
	list-style: none;
	padding: 0;
	top: 0px;
	margin: 0 0px;
}

#container_bd {
	float: left;
	width: 562px; /* important */
	border: 0px solid #fff;
	margin: 0 0px;
}

#container_bd #example_3 ul li {
	display: block;
	float: left;
	margin: 0 0px;
	padding: 0px;
	border: 0px solid #fff;
	background-color: transparent;
}

#container_bd #example_3 ul li img {
	
	padding: 0px;
	margin-right: 15px;
	border: 1px solid #fff;
	height:80;
	width:55;

}