
.blueberry { margin: 0 auto;
}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height:400px
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: 100%;
	width:300px;
	height:300px;
	border-radius:50%;
	-webkit-border-radius:50%;
}

#fadeshow1 img {
	display: block;
	width: 100%;
	max-width: 100%;
	width:300px;
	height:300px;
	border-radius:50%;
	-webkit-border-radius:50%;
}

#fadeshow1{
margin:auto auto;
width:300px;
margin-top:30px;
}

.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

