
.gdz-slider-wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0px auto;
}

.gdz-slider-wrapper .slider{
	position:relative;
	width:100%;
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	background:#1b1b1b;
}
.gdz-slider-wrapper .slide {
	overflow: hidden;
	position: absolute;
}
.anchor::before {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    right: 25px;
    top: 13px;
    width: 400px;
}
.anchor::after {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 25px;
    top: 13px;
    width: 400px;
}
