 .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;
    
  }


@media only screen and (min-width: 801px) {
    div div + article:first-of-type, div div + article:first-of-type + article {   

    }
}
.digitallylux-widget {
    padding-left: 0;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-top: 20px;
    position:relative
    z-index: 555;
    width:60%;    
}
.footer-links {
    position:relative; 
    z-index:999;
}

 iframe.digitallylux-iframe {
     width:100% !important;
     position:relative;
     max-width:700px;
 }
 
 @media only screen and (max-width: 1200px) {
    .digitallylux-widget {
        padding-left: 0;
        margin:20px 30px;        
        width:100% !important;
    }
    iframe.digitallylux-iframe {       
  
    }
}

@media only screen and (min-width: 801px) and (max-width: 959px) {
    .digitallylux-widget {
        padding-left: 0;
        margin-bottom:20px;
        margin-left:20px;
        width:700px !important;
    }
    iframe.digitallylux-iframe {               
    }
}
 
 @media only screen and (max-width: 800px){
    .digitallylux-widget {        
        margin:10px auto;
        width:100% !important;
    }
    iframe.digitallylux-iframe {                       

    }
}