.dslide {
	position: relative;
}

.dslide .dslide-zone {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dslide .dslide-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.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: 300% !important;
}
.dslide .dslide-slider-ing .dslide-item {
	width: 33.33333333% !important;
}
.dslide .dslide-item-dissolve {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}
.dslide .dslide-item > a.link,
.dslide .dslide-item img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.dslide .dslide-item > a.link {
	background: url(/img/basic/empty.gif);
}
.dslide .dslide-item > a.video:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 30px solid transparent;
	border-left-width: 50px;
	border-left-color: #fff;
	margin-top: -30px;
	margin-left: -20px;
	opacity: .8;
	filter: alpha(opacity=80);
	
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}
.dslide .dslide-item > a.video:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.dslide .dslide-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.dslide .dslide-video .dslide-video-view {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.dslide .dslide-video a.dslide-video-close {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 10;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	
	opacity: .5;
	filter: alpha(opacity=50);
	
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}
.dslide .dslide-video a.dslide-video-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.dslide .dslide-video a.dslide-video-close:before {
	content: '×';
	display: block;
	font-family: Verdana, sans-serif;
}
.dslide .dvideo-view {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	background-color: #000;
}
.dslide .dslide-item .dvideo-view .dvideo-target {
	bottom: 60px;
}

.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;
	font-size: 16px;
	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);
}

html.rgba .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: 37px;
	left: 0;
	right: 0;
	font-size: 0;
	text-align: center;
	height: 0;
}

.dslide .dslide-pagination ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

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

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

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

.dslide .dslide-pagination ul li a:active {
	background-color: #000;
	border-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.dslide .dslide-pagination ul li.dslide-current a {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* 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);
}
