.container,.container-fluid{
	padding: 0;
}

#newList{
	padding:20px;
}

#newList > .col-md-2,
#newList > .col-sm-3 {
	padding:5px;
	margin:0px;
}

#newList .thumbnail{
	height:280px;
}





.carousel-inner > .item > img {
	width:100%;
}

.carousel .carousel-control {
	background: none;
	color: transparent;
	overflow: hidden;
	text-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:60px;
}
.carousel .carousel-control:before {
	color: #444;
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
}

.carousel .carousel-control:after {
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	content: '';
	height: 60%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
}

.carousel .carousel-control:hover:after {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}
.carousel .carousel-control.left {
	left: 60px;
}
.carousel .carousel-control.left:before {
	content: '\e079';
}

.carousel .carousel-control.left:after {
	right: -100%;
}

.carousel .carousel-control.right {
	right: 60px;
}
.carousel .carousel-control.right:before {
	content: '\e080';
}

.carousel .carousel-control.right:after {
	left: -100%;
}
