@charset "utf-8";
/* CSS Document */
   
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
   
   
    /* // image replacement */
  #slideshow{ 
  position:relative;
  text-align:left;
  width:850px;
  background:#000;
  margin-left:3px;
  } 
 #content{
  position:relative;
  }   
/* Easy Slider */
 #slider img{
  border:none;
  } 
 #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:846px;
  height:244px;
  overflow:hidden;
  } 
 #prevBtn, #nextBtn{ 
  display:block;
  width:10px;
  height:16px;
  position:absolute;
  left:4px;
  top:225px;
  } 
 #nextBtn{ 
  left:836px;
  }              
 #prevBtn a, #nextBtn a{  
  display:block;
  width:10px;
  height:16px;
  background:url('/docs/IO/9941/left_btn.png') no-repeat 0 0; 
  } 
 #nextBtn a{ 
  background:url('/docs/IO/9941/right_btn.png') no-repeat 0 0; 
  }            
/* // Easy Slider */
 #xprnt-bar {
 height:22px;
 width:850px;
 position:absolute;
 top:223px;
 }