#examples a {color:#888 ;text-decoration: none;}
	#examples a:hover {color: #090;}

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





/* example_5 css */
#example_5 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 262px; /* important */
	height: 212px; /* important */
	margin:0 0 1.2em 1.2em;
	background: #154887;
}

#example_5_frame {position: relative}
#example_5_frame img {position: absolute;}
#example_5_previous {top: 0; left: 0;}
#example_5_next {top: 192px; left: 0;}

#example_5_content {
	position: absolute;
	margin-top: 20px;
	left: 0;
}

.example_5_item {
	padding: 5px;
	height: 162px;
	background: #154887;
	text-align: left;
	line-height:15px;
}

.example_5_item h4 {
	font-size: 100%;
	color: #fff;
	margin: .95em 0 0 1.8em;
}

.example_5_item p {
	font-size: 91%;
	color: #ccc;
	margin: .95em 0 0 2.8em;
}

#container_bd .example_5_item a {
	color: #ff0;
	text-decoration: underline;
}
	#container_bd .example_5_item a:hover {color: #0f0;}



