.dslide {
	position: relative;
}

.dslide .dslide-zone {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.dslide .dslide-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
}
.dslide .dslide-item {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.dslide .dslide-slider-ing {
	width: 200% !important;
}
.dslide .dslide-slider-ing .dslide-item {
	width: 50% !important;
}
.dslide .dslide-item-dissolve {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}
.dslide .dslide-item a,
.dslide .dslide-item img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.dslide .dslide-buttons {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -25px;
}
.dslide .dslide-buttons a {
	display: block;
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #000;
	filter: alpha(opacity=50);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
html.rgba .dslide .dslide-buttons a {
	background-color: rgba(0,0,0,.1);
}

.dslide .dslide-buttons a:hover {
	background-color: rgba(0,0,0,.2);
}

.dslide .dslide-buttons a:active {
	background-color: rgba(0,0,0,.6);
	padding-top: 1px;
}

.dslide .dslide-buttons a.dslide-prev {
	left: 0;
	margin-left: 20px;
}

.dslide .dslide-buttons a.dslide-next {
	right: 0;
	margin-right: 20px;
}

/* pagination */
.dslide .dslide-pagination {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

.dslide .dslide-pagination ul {
	list-style: none;
	margin: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 0;
	margin-top: -5px;
}

.dslide .dslide-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

.dslide .dslide-pagination ul li a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	opacity: .5;
	filter: alpha(opacity=50);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.dslide .dslide-pagination ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.dslide .dslide-pagination ul li a:active {
	background-color: #000;
}

.dslide .dslide-pagination ul li.dslide-current a {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* thumbnails */
.dslide .dslide-thumbnails {
	width: 360px;
	overflow: hidden;
}

.dslide .dslide-thumbnails ul {
	width: 370px;
}

.dslide .dslide-thumbnails ul li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.dslide .dslide-thumbnails ul li a {
	display: block;
	width: 62px;
	height: 62px;
	border: 1px solid #d3d3d9;
	text-indent: -9999px;
	background-color: #ececf3;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	text-decoration: none;
}

.dslide .dslide-thumbnails ul li a span {
	color: #fff;
	text-indent: 0;
	font-size: 12px;
	line-height: 14px;
}

.dslide .dslide-thumbnails ul li a span.alt {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.dslide .dslide-thumbnails ul li.dslide-current a span.alt,
.dslide .dslide-thumbnails ul li a:hover span.alt {
	opacity: 1;
	filter: alpha(opacity=100);
}

.dslide .dslide-thumbnails ul li a img.dslide-thumbnail {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.dslide .dslide-thumbnails ul li a span.alt span.text {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -7px;
	text-align: center;
	z-index: 4;
}

.dslide .dslide-thumbnails ul li a span.alt span.screen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}
