


			
/* icarousel example_6 css */
/* this is the holder for the image display */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width:301px; /* important */
	height: 386px; /* important */
	margin: 0;
	background: #FFFFFF;
}

/* this is where the main image is positioned */
#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: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		border: none;
		background-color: #F4F4F4;
	}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	position: relative;
	margin: 312px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}
#container_bd #example_6_frame ul li {
	margin: 0 1px;
}


#example_6_holder{float:left; width:71px; height:71px; padding: 0px 0px 0px 0px; margin:0px 1px 4px 2px; overflow:hidden;}

#container_bd #example_6_frame ul li img{
	/*border: 1px solid #CDCDCD;*/
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	width:69px;
	/*height:69px;*/
	/*overflow:hidden;*/
}
	#container_bd #example_6_frame ul li img:hover {padding: 1px 0px 0px 1px;}

.accordion_content {
	background: #fff;
}

.example_6_item {width:301px; height:301px; overflow:hidden;}


/* end of icarousel example_6 css */

