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

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




/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 270px; /* important */
	margin: 0;
	margin-left:4px;
	background:transparent;
}

#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: 13240px;
	}
	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background:transparent;
	}

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

#example_6_frame {
	position: relative;
	margin: 248px 180px 0 180px;
	background-position:bottom;
	background:transparent url('../../../images/greenglowbg.png') repeat-x;
}

#container_bd #example_6_frame ul li {
	margin: 0 2px;
	padding:0 14px 0 14px;
}
#container_bd #example_6_frame ul li img{
	border: 0px solid #fff;
	padding: 0px;
}

#container_bd #example_6_frame ul li img:hover {
	border: 0px solid #fff;
	background:transparent url('../../../images/greenglow2.png') no-repeat;
}



.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:transparent;
	width:806px;
}