.loader { 
	background: url('../images/loading_bg.png') center center no-repeat; 
	width: 44px; height: 44px; 
	position: absolute; 
	top: 50%; left: 50%; 
	margin: -22px 0 0 -22px; 
}

.loader div { 
	background: url('../images/loading.gif') center center no-repeat; 
	width: 24px; height: 24px; 
	position: absolute; 
	top: 50%; left: 50%; 
	margin: -12px 0 0 -12px;
}

.advanced-slider {
	position: relative;
	overflow: visible;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}

.advanced-slider * {
	margin: 0;
	padding: 0;	
}

.advanced-slider .slider-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.advanced-slider .slide-wrapper {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.advanced-slider .slides {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.advanced-slider .shadow_slideshow {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	z-index: 30;
	background: url(../images/shadow_slideshow.png) repeat-x;
}

.advanced-slider .slide {
	position: absolute;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;	
	list-style: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

.advanced-slider .slide .image,
.advanced-slider .slide .thumbnail,
.advanced-slider .slide .caption,
.advanced-slider .slide .html {
	position: absolute;
}

.advanced-slider .slide img,
.advanced-slider .thumbnail img {
	max-width: none;
	max-height: none;
	border: 0 none;
}

.advanced-slider .slide .html {
	overflow: hidden;
}

.advanced-slider .slice-container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.advanced-slider .swipeable-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.advanced-slider .swipeable-container .slides {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.advanced-slider .swipeable-container .slides .selectable {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
	user-select: auto;
	
	cursor: auto;
}

.advanced-slider .slice {
	display: block;
	position: absolute;
}

#xml-slider {
    max-width: 1424px;
}

#xml-slider .rounded-caption .background {
	border-radius: 14px;
}


#xml-slider .caption ul {
	list-style: circle;
	margin-left: 20px;
}


@media (max-width:700px) {
	#xml-slider .rounded-caption .caption-container {
		visibility: hidden;
	}
}


@media (max-width:600px) {
	#xml-slider .slide-arrows,
	#xml-slider .timer-animation {
		visibility: hidden;
	}
}