#examples a {color:#888 ;text-decoration: none;}
	#examples a:hover {color: #090;}



/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 550px; /* important */
	height: 500px; /* important */
	margin: 0px;
	background: #ffffff;
}

#example_6_content {
	position: absolute;
	top: 0px;
	margin-left: 0px;
}

#example_6_content
#example_6_content span {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#example_6_content {
		width: 11550px;
	}
	#container_bd #example_6 span {
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		border: none;
		background-color: #fff;
	}

#container_bd #example_6 span  img {
	display: block;
}

#example_6_frame {
	position: relative;
	text-align:center;
	margin: 370px 0px 0px 0px;
}
#container_bd #example_6_frame {   
    margin: 0px 2px;   
}   
#container_bd #example_6_frame span img{   
    border: 1px solid #9cf;   
    padding: 2px;   
}   
#container_bd #example_6_frame span img:hover {border: 1px solid #369;} 

