 .slider-container {
   position: relative;
   overflow: hidden;
   width: 300px;
   height: 220px;
 }
 .slider-container .items {
   width: 1600em;
   position: absolute;
 }
 .slider-container .items div {
   float: left;
   position: relative;
 }

 .slider-container .items .slider-overlay {
   background: #fff;
   bottom: 0;
   display: none;
   font-family: "Arial",Arial;
   margin: 0;
   opacity: 0.6;
   padding: 5px 10px;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 280px;
 }

 .slider-container .items .slider-overlay a {
   border-bottom: none;
   color: #000 !important;
   display: inline;
   margin: 0;
   padding: 0;
   text-decoration: none;
   letter-spacing:-1px
   font-size: 11px;
 }

 .slider-container .items .slider-overlay .slider-title {
   font-family: "Arial",Arial;
   display: block;
   font-size: 14px;
   color: #000;
   text-shadow: 1px 2px 1px #fff;
 }
 .slider-container .items .slider-overlay .slider-comment a {
   font-size: 10px
 }
 
 .navi {
    width:300px;
    padding: 10px;
    height:20px;
  }

  .navi a {
    width:32px;
    height:8px;
    float:left;
    margin:3px;
    background: url(http://data.digitallylux.com/gg2/button.gif) 0 0 no-repeat;
    display:block;
    font-size:1px;
  }

  .navi a:hover, a.active {
    background-position: bottom;
  }

  .digitallylux-widget {
    padding-left: 0 ;
   }
