#controls {
  font-size: 12px;
  font-weight: bold;
  right: 445px;
  margin: 0;
  padding: 2px;
  position: absolute;
  top: 226px;
}

.newsbox {
  background-color: white;
  border: 1px solid #0F87BC;
  height: 132px;
  left: 23px;
  position: relative;
  top: 110px;
  width: 435px;
  padding-left:15px;
  padding-top:10px;
}

.newsbox h2 {
  color: #0091D4;
  margin-top:0px;
  margin-bottom:5px;
  padding:0px;
}

.newsbox div {
  color: #3A3A3A;
  font-size: 12px;
  letter-spacing:1px;
}

.container{
  margin:0 auto;
  position:relative;
  text-align:left;
  width:902px;
  background:#fff;
  margin-bottom:2em;
  overflow: hidden;
}

/* Easy Slider */
.slider ul, .slider li {
  margin:0;
  padding:0;
  list-style:none;
}
.slider li{
  /*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
  */
  width:902px;
  height:267px;
  overflow:hidden;
}

/* numeric controls */

ol#controls li {
  margin:0 3px 0 0;
  padding:0;
  float:left;
  list-style:none;
  height:15px;
  line-height:15px;
  }
ol#controls li a {
  float:left;
  height:15px;
  line-height:15px;
  color:#333;
  padding:2px 4px;
  text-decoration:none;
  }
ol#controls li.current a {
  background:#0091D4;
  color:#fff;
  padding:2px 6px;
  }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */
