.image_carousel {
	height: 40px;
	padding: 5px 0 5px 3px !important;
	float: left;
	border-left: 1px solid rgb(209, 209, 203);
	border-right: 1px solid rgb(209, 209, 203);
}
header .carousel {
	padding-left: 0;
	padding-right: 0;
	width: 960px;
	height: 44px;
	left: 49%;
	margin-top: 27px;
}
.image_carousel li {
	cursor:pointer;
	height: 40px; 
	width: 60px;  
	margin-right: 3px;
}
a.prev-items, a.next-items {
	float: left;
	margin-top: -4px;
	cursor: pointer;
	padding: 0 3px 0 2px;
	border-left: 1px solid white;
}
a.prev-items {
	border-left: none;
	border-right: 1px solid white;
}
header .image_carousel img {
	border: 1px solid rgb(209, 209, 203);
}
@media only screen and (max-width: 959px) {
	header .carousel {
		display: none;
	}
}