/* example_5 css */
#example_5 {
background:#FFFFFF none repeat scroll 0 0;
height:111px;
overflow:hidden;
position:relative;
width:218px;
}

#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 {
left:0;
margin-top:0;
position:absolute;
}

.example_5_item {
background:#FFFFFF none repeat scroll 0 0;
height:27px;
padding:5px;
text-align:left;
}

.example_5_item h4 {
	font-size: 85%;
	color: #fff;
}

.example_5_item p {
	font-size: 77%;
	color: #ccc;
}

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