.leftShade {background: none;  padding: 0; margin-left: 50px;}
.rightShade {background: none; padding: 0; margin-right: 50px;
	box-shadow: 0 0 8px rgba(0,0,0, .4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, .4);
	-moz-box-shadow: 0 0 8px rgba(0,0,0, .4);
}
.shadowfix {background: none;}
#nav {border-width: 0; border-style: solid;}

.lte-ie8 .leftShade {background: url(../../images/bar-fade-left-lightest.png) left repeat-y; padding-left: 50px; margin-left: 0px;}
.lte-ie8 .rightShade {background: url(../../images/bar-fade-right-lightest.png) right repeat-y; padding-right: 50px; margin-right: 0px;}

@media only screen 
and (max-width : 1199px) {
	#slider {
		box-shadow: 0 0 8px rgba(0,0,0, .4);
		-webkit-box-shadow: 0 0 8px rgba(0,0,0, .4);
		-moz-box-shadow: 0 0 8px rgba(0,0,0, .4);
	}
}