/* Easy Slider */
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
  margin:0;
  padding:0;
  display:block;
  overflow:hidden;
  text-indent:-8000px;
}
    /* // image replacement */

#homepage #background-absolute {
  margin:0 auto;
  text-align:left;
  margin-bottom: 10px;
  position: relative;
  top:0;
  height: 347px;
  }

  #homepage #background-absolute #picture {
    height: 335px;
  }

#background-absolute .content{
  /*position:relative;*/
  }

#slider ul, #slider li {
  margin:0;
  padding:0;
  list-style:none;

  }
#slider  {padding-top:6px;}
#slider li {
  /*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
  */
  width:959px;
  height:304px;
  overflow:hidden;
  /*position: relative;*/
  }

#slider2 ul, #slider2 li {
  margin:0;
  padding:0;
  list-style:none;
  background-image: none;
  }
#slider2  {margin-top:10px;}
#slider2 li {
  /*
    define width and height of list item (slide)
    entire slider2 area will adjust according to the parameters provided here
  */
  width: 274px;
  height: 97px;
  overflow: hidden;
  }
  #slider2 li a {
    text-decoration: none;
    color: #b8052a;
  }

  #homepage #slider2 .read-more {
    text-align: right;
    display: block;
    margin-top: 6px;
    font-weight: bold;
  }

/* numeric controls */

ol#controls{
  position: absolute;
  left: 904px;
  top: 293px;
  padding-left: 0px;
  height:26px;
  background: url('../images/background-slider-nav.png') no-repeat;
  margin: 0;
  width: 67px;
  }
ol#controls li{
  padding:0;
  float:left;
  list-style:none;
  height:28px;
  line-height:28px;
  margin: 0;
  }
ol#controls li a{
  float:left;
  height:28px;
  line-height:28px;
  color:#b6a4a8;
  font-weight: bold;
  padding:0 8px 0 7px;
  text-decoration:none;
  font-size: 1em;
  }
ol#controls li.current a{
  color:#b8052a;
  font-size: 110%;
  }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */