
/* example_5 css */
#example_5 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 400px; /* important */
	height: 179px; /* important */
	background: #ffffff;
}

#example_5_frame {position: relative; padding-bottom:1px;}
#example_5_frame img {position: absolute;}
#example_5_previous {top: 0px; right: 15px;}
#example_5_next {top: 0px; right: 0px;}

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

.example_5_item {
	padding: 5px;
	height: 165px;
	background: #fff;
	text-align: left;
}

.example_5_item img {
	margin-right:10px;
}

.example_5_item h4 {
	font-size: 100%;
	font-weight:bold;
	color: #000;
}

.example_5_item p {
	font-size: 100%;
	color: #000;
}







/* example_5 css */