#container_bd {
	padding:0 0 0 20px;
	width:550px;
	float:left;
	clear:right;
}


#examples a {color:#888 ;text-decoration: none;}
	#examples a:hover {color: #090;}

#examples h3 {margin: 20px 0 5px 0;}




/* example_3 css */
#example_3 {
	/*background:#000000 none repeat scroll 0 0;*/
	height:110px;
/*	margin:0 0 0 -13px;*/
	overflow:hidden;
	position:relative;
	width:497px;
}

#example_3_frame {
	position: relative;
	/*visibility: visible;*/
	/*float:left;*/
}
#example_3_previous {
	float: left;
	cursor: pointer;
	padding: 5px 0 0 0;

}
#example_3_next {
	float: right; 
	cursor: pointer;

}
#example_3_content {
	position: absolute;
	top: 0;
	/*margin-left: 20px;*/
}

#example_3_content
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_3_content {
		width: 5418px;
		/*border: 1px solid #666;*/
	}
	#container_bd #example_3 ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #f7941d;
		/*background-color: #000;*/
	}

#container_bd #example_3 ul li img {
	display: block;
}


