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

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



/* example_1 css */
#example_1 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */

	border: 1px solid #888;
	background-color: #f8f8f8;
}

#example_1 a {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	padding: 4px;

	font-size: 85%;
	color: #333;
	text-decoration: none;
}
	#example_1 a:hover {color: #c00}



/* example_2 css */
#example_2 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */

	border: 1px solid #888;
	background-color: #000;
}

#example_2_content {
	position: absolute;
	top: 0;
	left: 0;
}

#example_2 a {
	display: block;
	padding: 0 5px;
	font-size: 85%;
	color: #ff0;
	line-height: 24px;
	text-decoration: none;
}
	#example_2 a:hover {color: #0f0}



/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 440px; /* important */
	height: 86px; /* important */
	margin: 0 2px;
	background: #000;
}

#example_3_frame {position: relative}
#example_3_previous {float: left;}
#example_3_next {float: right;}
#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;
	}
	#container_bd #example_3 ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #666;
		background-color: #000;
	}

#container_bd #example_3 ul li img {
	display: block;
}



table#vertical_examples td {
	width: 320px;
	vertical-align: top;
	text-align: center;
}



/* example_4 css */
#example_4 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 172px; /* important */
	height: 212px; /* important */
	background: #000;
}

#example_4_frame {position: relative}
#example_4_frame img {position: absolute;}
#example_4_previous {top: 0; left: 0;}
#example_4_next {top: 192px; left: 0;}

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

.example_4_item img {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #000;
}



/* example_5 css */
#example_5 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 172px; /* important */
	height: 212px; /* important */
	background: #000;
}

#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: #000;
	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;}



/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 640px; /* important */
	height: 540px; /* important */
	margin: 0;
	background: #fff;
}

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

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 13440px;
	}
	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
	}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	position: relative;
	margin: 485px 131px 0 131px;
}
#container_bd #example_6_frame ul li {
	margin: 0 2px;
}
#container_bd #example_6_frame ul li img{
	border: 1px solid #9cf;
	padding: 2px;
}
	#container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}



.accordion_toggler {
	padding: 5px;
	background: #369;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	color: #fff;
	cursor: pointer;
}

.accordion_content {
	background: #fff;
}