
.demo {
    width: 780px;
    margin: 80px auto 0;
}

#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#lightSlider li {
    display: block;
    float: left;
    cursor:pointer;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
}
.codes{
	bottom: 5%;
	left: 5%;
	position: fixed;
  }
  .codes div {
	border: 2px solid black;
	font-size: 20px;
	padding: 10px;
	background-color: red;
  }
  .codes div a{
	text-decoration: none;
	color: white;
	font-weight: 800;
  }