.RightShadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.trivalleycvb.com/images/homepage/new_rightShadow.png');
  	background-repeat: repeat-y;
	background-position: right;
}

.LeftShadow {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.trivalleycvb.com/images/homepage/new_leftShadow.png');
  	background-repeat: repeat-y;
	background-position: right;
}