﻿#Pardis-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../img/progress.gif) no-repeat center center;
	border:1px solid #e6e6e6;
	-webkit-box-shadow: 15px 15px 15px 15px rgba(100,100,100,0.1);
	-moz-box-shadow: 15px 15px 15px 15px rgba(100,100,100,0.1);
	box-shadow: 15px 15px 15px 15px rgba(100,100,100,0.1);
}
#Pardis {
	display: block;
	position:absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
	height: 512px;
	width: 100%;
}
#Pardis img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#Pardis.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}
/*Speed*/
#Pardis.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
/*Quality*/
#Pardis li {
	display: block;
	list-style: none;
	z-index: -30;
	position:absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 512px;
	background: #111;
}
#Pardis a {
	width: 100%;
	height: 500px;
	display: block;
}
#Pardis li.prevslide {
	z-index: -20;
}
#Pardis li.activeslide {
	z-index: -10;
}
#Pardis li.image-loading {
	background: #111 url(../img/progress.gif) no-repeat center center;
	width: 100%;
	height: 500px;
}
#Pardis li.image-loading img {
	visibility: hidden;
}
#Pardis li.prevslide img, #Pardis li.activeslide img {
	display: inline;
}
