/*
 *  BEGIN: SLIDER GENERAL STYLE
 */

.dt-gallery-slider {
	margin:auto;
	position:relative;
	overflow:hidden;
	margin-top:30px;
	padding-bottom:30px;
}
.dt-gallery-slider .slider-images {
	overflow:hidden;
	position:relative;
	height:500px;
}
.dt-gallery-slider .slider-images ul,
.dt-gallery-slider .slider-images .images-ul {
	list-style:none;
	padding:0px;
	margin:0px;
	border:none;
}
.dt-gallery-slider .slider-images .images-ul {
	width:100%;
	height:500px;
	position:absolute;
	top:0px;
	left:0px;
}
.dt-gallery-slider .slider-images .images-ul li {
	list-style:none;
	margin:0px;
	padding:6px;
	border:none;
	display:inline-block;
	position:absolute;
	overflow:hidden;
}
.dt-gallery-slider .slider-images a:link,
.dt-gallery-slider .slider-images a:visited {
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
}

/* SLIDER DESCRIPTION */

.dt-gallery-slider .slider-images li .description {
	display:block;
	padding:30px;
	margin:26px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
.dt-gallery-slider .slider-images.layout-1 li.type-a .description {
	width:368px;
	height:261px;
}
.dt-gallery-slider .slider-images.layout-2 li.type-a .description {
	width:208px;
	height:388px;
}
.dt-gallery-slider .slider-images.layout-3 li.type-a .description {
	width:208px;
	height:263px;
}
.dt-gallery-slider .slider-images.layout-1 li.type-a .description strong,
.dt-gallery-slider .slider-images.layout-2 li.type-a .description strong,
.dt-gallery-slider .slider-images.layout-3 li.type-a .description strong,
.dt-gallery-slider .slider-images.layout-3 li.type-c .description strong {
	font-size:26px;
}
.dt-gallery-slider .slider-images.layout-1 li.type-b .description {
	width:88px;
	height:53px;
	padding:20px;
	margin:16px;
}
.dt-gallery-slider .slider-images.layout-2 li.type-b .description {
	width:228px;
	height:158px;
	padding:20px;
	margin:26px;
}
.dt-gallery-slider .slider-images.layout-3 li.type-b .description {
	width:248px;
	height:53px;
	padding:20px;
	margin:16px;
}
.dt-gallery-slider .slider-images.layout-3 li.type-c .description {
	width:529px;
	height:263px;
}
.dt-gallery-slider .slider-images.layout-1 li.type-b .description strong,
.dt-gallery-slider .slider-images.layout-2 li.type-b .description strong,
.dt-gallery-slider .slider-images.layout-3 li.type-b .description strong {
	font-size:16px;
}

.dt-gallery-slider .slider-images li .description strong {
	display:block;
	margin-bottom:10px;
	line-height:120%;
	font-weight:normal;
}
.dt-gallery-slider .slider-images li .description .paragraph {
	display:inline-block;
	font-size:13px;
	line-height:150%;
}
.dt-gallery-slider .slider-images .icon {
	display:block;
	width:50px;
	height:50px;
	background-image:url(../../images/slideshow-controls-sprite.png);
	background-repeat:no-repeat;
	background-color:transparent;
	position:absolute;
	right:0px;
	bottom:0px;
}
.dt-gallery-slider .slider-images .icon.background {
    right:16px;
    bottom:16px;
}
.dt-gallery-slider .slider-images .zoom .icon       { background-position: -150px 0px; }
.dt-gallery-slider .slider-images .video .icon      { background-position: -200px 0px; }
.dt-gallery-slider .slider-images .link .icon      { background-position: -250px 0px; }
.dt-gallery-slider .slider-images .slideshow .icon { background-position: -300px 0px; }

/* SLIDER SCROLLING BAR */

.dt-gallery-slider .slider-scroll {
	margin:auto;
	width:960px;
	height:22px;
	font-size:0px;
	line-height:0px;
	position:absolute;
	bottom:-100px;
	left:50%;
	margin-left:-480px;
}
.dt-gallery-slider .slider-scroll .scroll-bar-parent {
	width:960px;
	height:22px;
	overflow:hidden;
}
.dt-gallery-slider .slider-scroll .slider-scroll-bar {
	height:22px;
	margin:0px auto;
}
.dt-gallery-slider .slider-scroll .slider-scroll-bar .handle-parent {
	position:relative;
	width:100%;
	height:100%;
	margin:0px auto;
	text-align:left;
}
.dt-gallery-slider .slider-scroll .slider-scroll-bar .ui-slider-handle:link,
.dt-gallery-slider .slider-scroll .slider-scroll-bar .ui-slider-handle:visited {
	height:22px;
	display:block;
	line-height:0px;
	font-size:0px;
	z-index:20;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../../images/slider-handle-arrows.png);
}
/* SLIDER PRELOADER */
.dt-gallery-slider .slider-preloader {
	width:960px;
	height:3px;
	margin-left:-480px;
	position:absolute;
	top:50%;
	left:50%;
}
.dt-gallery-slider .slider-preloader .progress {
	line-height:0px;
	font-size:0px;
	height:3px !important;
	width:0px;
}
.dt-gallery-slider .placeholder {
	display:block;
	width:inherit;
	height:inherit;
	background:url(../../images/pattern.png) repeat;
	position:relative;
}
.dt-gallery-slider .placeholder .error-message {
	position:absolute;
	width:110px;
	height:14px;
	margin-top:-7px;
	margin-left:-55px;
	top:50%;
	left:50%;
	font-size:13px;
	line-height:150%;
	color:#080808;
	text-align:center;
}