.row{ 	text-align: center; } .carouselC { 	left: 50%; 	position: relative; 	width: 1030px; 	margin-left: -468px; 	overflow: hidden; 	height: 400px;  }  .carouselC .itemC { 	width: 20%; 	height:  20%; /*	background: url('http://placehold.it/350x250') top left no-repeat; */	background-size: 100%; 	vertical-align: middle; 	line-height: 150px; /*	box-shadow: 0 0 5px rgba(0,0,0,0.5); */	/* -webkit-filter: grayscale(100%); 	filter: grayscale(100%);*/  } .carouselC .itemC img{ 	width: 100%!important; } .controls { 	position: relative;  	left: 50%; 	width: 150px; 	margin-left: -75px; }  .controls a { 	display: block; }  .controls .previous { 	float: left; }  .controls .next { 	float: right; } .carouselC .active{     box-shadow: green 0px 0px 0px!important;     -webkit-filter: grayscale(0%); 	filter: grayscale(0%);  } .carouselC .active a {     background-color: rgba(249, 190, 12, 0)!important;     /* margin-top: -1px; */ } 