  #loopedslider {
    width:980px;
    height:370px;
    background: url('../picture/content.gif') repeat-x 0 0 #fff;
    }
  .container {
    width:980px;
    height:375px;
    overflow:hidden;
    position:relative;
    background: url('../picture/loop-container.gif') 0 0 no-repeat;
  }
  .slides {
    position:absolute;
    top:0;
    left:0;
  }
  .slides > div {
    position:absolute;
    top:0;
    width:940px;
    padding: 2.4em 20px 0 20px;
    display:none;
  }
  
  .slides > div h2 {margin: 0 0 1em 0; padding: 0 0 0 10px; font-size: 230%; color: #303030; font-weight:normal; letter-spacing: -0.06em;}

ul.pagination {
 list-style-type:none;
 line-height:100%;
 position:absolute;
 left:0; 
 bottom:-39px;
}

ul.pagination li{
 float:left;
 padding-right: 3px;
 font-weight:bold;
}

ul.pagination li.active a{
 background: url('../picture/loop-pagination-li-active.gif') 0 0 no-repeat;
 color:#000;
}

ul.pagination li a {
 display:block;
 width:22px;
 height: 19px;
 padding:4px 1px 0 0;
 text-align:center;
 background: url('../picture/loop-pagination-li.gif') 0 0 no-repeat;
 text-decoration:none;
 color:#6e6e6e;
}

ul.pagination li a:hover {
 color:#232323;
}
