@import url(http://www.testwebben.se/176/15117.css);

#main-left {
  background: #000;
  width: 690px;
  padding: 0;
  position: relative;
}

#main-right {
  background: #000;
  width: 230px;
  min-height: 322px;
  padding: 0 10px;
}

#main-bottom {
  width: 100%;
  min-height: 200px;
  margin: 20px 0 0 0;
  float: left;
  clear: both;
}

.puff {
  background: url(http://www.testwebben.se/176/Images/puffbg.png) no-repeat left top;
  width: 215px;
  min-height: 250px;
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
}

#puff4 {
  margin: 0;
}

.puff h1 {font-size: 20px;}

#slider {

}

/* Easy Slider */

  #slider ul, #slider li,
  #slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
    }
  #slider2{margin-top:1em;}
  #slider li, #slider2 li{
    /*
      define width and height of list item (slide)
      entire slider area will adjust according to the parameters provided here
    */
    width:690px;
    height:320px;
    overflow:hidden;
    }  
  #prevBtn, #nextBtn,
  #slider1next, #slider1prev{
    display:block;
    width:30px;
    height:77px;
    position:absolute;
    left:-30px;
    top:71px;
    z-index:1000;
    }  
  #nextBtn, #slider1next{
    left:696px;
    }                            
  #prevBtn a, #nextBtn a,
  #slider1next a, #slider1prev a{  
    display:block;
    position:relative;
    width:30px;
    height:77px;
    background:url(../images/btn_prev.gif) no-repeat 0 0;  
    }  
  #nextBtn a, #slider1next a{
    background:url(../images/btn_next.gif) no-repeat 0 0;  
    }  
    
  /* numeric controls */  

  ol#controls {
    width: auto;
    margin:1em 0;
    padding:0;
    height:30px;  
    position:absolute;
    right: 5px;
    bottom: 0px;
    z-indx: 99;
    }
  ol#controls li{
    margin:0 5px 0 0;
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
    }
  ol#controls li a{
    float:left;
    width: 15px;
    height: 15px;
    line-height:25px;
    border:1px solid #1a1a1a;
    background:#000;
    color:#fff;
    padding:0px 0 8px 8px;
    font-size: 11px;
    text-decoration:none;
    }
  ol#controls li.current a{
    background:#FE9D0C;
    color:#1a1a1a;
  border: 1px solid #1a1a1a;
    }
  ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
  
/* // Easy Slider */
