/* This is a media query hack that is only supported by IE 10 & 11*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {      
	.featured_products,
	.featured_products .slider_container, 	
	.featured_products .slider_container .slide_container{
		width: 967px !important;
	}
}