.banner {
    position: relative;
    padding: 50px 0px;
    margin: 0 auto;
    text-align: center;
}

.dg-container {
    position: relative;
    width: 100%;
}

.dg-wrapper {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	
}

.dg-wrapper a:first-child {
    z-index: 2;
}

.dg-wrapper a img {
    display: block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    background: #fff;
}
.dg-wrapper a span{
	display:none;
	position:absolute;
	bottom:0px;
	text-align:center;
	left:0px;
	right:0px;
	background: rgba(0,0,0,0.4);
	height:45px;
	line-height:45px;
	color:#fff;
	}
.dg-wrapper a.dg-center{
	z-index:99 !important;
	}	
.dg-wrapper a.dg-center span{
	display:block;
	}
.dg-wrapper a p{
	display:none;
	position:absolute;
	left: 0px;
    right: 0px;
	}
.dg-wrapper a p img{
	box-shadow:none;
	border-radius:0px;
	display: inline-block;
    margin-top: 3px;
	}	
.dg-wrapper a.dg-center p{
	display:block;
	
	}			
.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}

.dg-container nav {
  
}
.dg-prev{
	position:absolute;
	top:50%;
	left:0px;
	}
.dg-next{
	position:absolute;
	top:50%;
	right:0px;
	}	
.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}

.dg-container #lightButton2 {
    bottom: 20px;
}

.dg-container .button {
     position: relative;
     z-index: 5;
	 display:none;
 }

.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button .light {
    background: #01BDFF;
}