/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.bannergroup,  .banneritem {
	height:200px;
	overflow:hidden;
}
.single-people .bannergroup {
	background:#e7eae3;
}
/* carousel */
	.wrapper-carousel {
	/*position:relative;*/
	width:1000px;
	height:200px;
	z-index:1;
}
	.bannergroup,  .banneritem {
	height:200px;
	overflow:hidden; margin:0px;
}
.single-people .bannergroup {
	background:#e7eae3;
}
	.attachment-fullwidth {
	width:1000px;
	height:200px;
}
	.wrapper-people {
	/*position:relative;*/
	width:1000px;
	height:200px;
	z-index:100;
}
.carousel {
	/*position:absolute;*/
	top:0;
	left:0;
	z-index:100;
}
.carousel li {
	width:1000px;
	overflow:hidden;
	border-right:2px solid #fff;
}
.carousel li img {
	display:block;
}
.carousel_nav { float:right; margin-left:20px; margin-top:2px;/* position:absolute; top:358px; left:0;*/
}
.carousel_nav li {
	float:left;
}
.carousel_nav li a {
	display:block;
	width:6px;
	height:6px;
	overflow:hidden;
	margin-right:4px;
	background:url(../img/btn_caro.png) top left no-repeat;
}
.carousel_nav li.activeSlide a {
	background-position:bottom left;
}
ul{ margin:0px; padding:0px;}