#news-slider {
  background-color: transparent;
  padding: 5px 0px 0px 0px;
  color: white;
}
#news-slider .fa {
  color: white;
}
#news-slider h3 {
  font-size: 14pt;
  color: white;
  text-align: left;
  margin-top: 5pt;
  margin-bottom: 11pt;
}
#news-slider #action {
  float: right;
  z-index: 1000;
  height: 34px;
  width: 38px;
  margin-left: 3px;
  text-align: center;
}
#news-slider #action #Pause,
#news-slider #action #Resume {
  cursor: pointer;
  padding-top: 3px;
}
#news-slider #action #Resume {
  color: red;
}
#news-slider .news-article {
  color: #32322d;
  background-color: #dcdcd2;
  border: 0px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 98%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
  transition: transform 1s, background-color 1s, color 1s, padding 0.5s;
  -webkit-transition: -webkit-transform 1s, background-color 0.5s, color 1s, padding 0.5s;
}
#news-slider .news-article a {
  color: #32322d;
}
#news-slider .news-article .fa {
  color: #64645a;
  transition: transform 1s, color 1s;
  -webkit-transition: -webkit-transform 1s, color 1s;
}
#news-slider .news-article P {
  display: none;
}
#news-slider .news-article H3 {
  font-size: 11pt;
}
