.carousel2 .item {
	display: block;
	position: absolute;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	
	
	-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}

.carousel2 .item.active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	
	
		-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}

.carousel2 .item.transition {
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.row {
	text-align: center;
}

.carousel2 {

	width: 500px;
	overflow: hidden;
	height: 300px;

}

.carousel2 .item {
	width: 300px;
	height: 00px;
	background: url('https://web.archive.org/web/20220422053937im_/http://placehold.it/350x250') top left no-repeat;
	background-size: 100%;
	vertical-align: middle;
	line-height: 50px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.controls {
	
	width: 100%;

}

.controls a {
	display: block;
}

.controls .previous {
	float: left;
	margin-top:-160px;
}

.controls .next {
	float: right;
	margin-top:-160px;
}

/*
playback timings (ms):
  captures_list: 0.779
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.013
  esindex: 0.019
  cdx.remote: 10.336
  LoadShardBlock: 88.025 (3)
  PetaboxLoader3.datanode: 92.629 (4)
  load_resource: 149.706
  PetaboxLoader3.resolve: 119.353
*/