
.loading-images {
	position:absolute;
	width:128px;
	height:128px;
	left: 45%;
	top: 45%;
	-moz-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
}

.loading-images-circle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	height: 23px;
	width: 23px;
	-moz-border-radius: 50%;
	-moz-animation-name: loading-images-circle-fade;
	-moz-animation-duration:1.04s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius: 50%;
	-webkit-animation-name: loading-images-circle-fade;
	-webkit-animation-duration:1.04s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius: 50%;
	-ms-animation-name: loading-images-circle-fade;
	-ms-animation-duration:1.04s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius: 50%;
	-o-animation-name: loading-images-circle-fade;
	-o-animation-duration:1.04s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius: 50%;
	animation-name: loading-images-circle-fade;
	animation-duration:1.04s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

.loading-images .circle-1 {
	left:0;
	top:52px;
	-moz-animation-delay:0.39s;
	-webkit-animation-delay:0.39s;
	-ms-animation-delay:0.39s;
	-o-animation-delay:0.39s;
	animation-delay:0.39s;
}

.loading-images .circle-2 {
	left:15px;
	top:15px;
	-moz-animation-delay:0.52s;
	-webkit-animation-delay:0.52s;
	-ms-animation-delay:0.52s;
	-o-animation-delay:0.52s;
	animation-delay:0.52s;
}

.loading-images .circle-3 {
	left:52px;
	top:0;
	-moz-animation-delay:0.65s;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	-o-animation-delay:0.65s;
	animation-delay:0.65s;
}

.loading-images .circle-4 {
	right:15px;
	top:15px;
	-moz-animation-delay:0.78s;
	-webkit-animation-delay:0.78s;
	-ms-animation-delay:0.78s;
	-o-animation-delay:0.78s;
	animation-delay:0.78s;
}

.loading-images .circle-5 {
	right:0;
	top:52px;
	-moz-animation-delay:0.91s;
	-webkit-animation-delay:0.91s;
	-ms-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s;
}

.loading-images .circle-6 {
	right:15px;
	bottom:15px;
	-moz-animation-delay:1.04s;
	-webkit-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	animation-delay:1.04s;
}

.loading-images .circle-7 {
	left:52px;
	bottom:0;
	-moz-animation-delay:1.17s;
	-webkit-animation-delay:1.17s;
	-ms-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}

.loading-images .circle-8 {
	left:15px;
	bottom:15px;
	-moz-animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}

@-moz-keyframes loading-images-circle-fade {
	0% {background-color: #000000;}
	100% {background-color: rgba(0, 0, 0, 0);}
}

@-webkit-keyframes loading-images-circle-fade {
	0% {background-color: #000000;}
	100% {background-color: rgba(0, 0, 0, 0);}
}

@-ms-keyframes loading-images-circle-fade {
	0% {background-color: #000000;}
	100% {background-color: rgba(0, 0, 0, 0);}
}

@-o-keyframes loading-images-circle-fade {
	0% {background-color: #000000;}
	100% {background-color: rgba(0, 0, 0, 0);}
}

@keyframes loading-images-circle-fade {
	0% {background-color: #000000;}
	100% {background-color: rgba(0, 0, 0, 0);}
}

#carousel-screenshots-inner {
/*	box-shadow: 0 0 10px black;*/
	width: 1100px;
	height: 619px;
	overflow: hidden;
}

#carousel-wrapper {
	padding-bottom: 10px;
	position: relative;
}

#carousel-screenshots, #carousel-screenshots-thumbs {
	overflow: hidden;
}

#carousel-wrapper .caroufredsel_wrapper {
	box-shadow: 0 0 5px black;
}
 
#carousel-screenshots span, #carousel-screenshots img,
#carousel-screenshots-thumbs a, #carousel-screenshots-thumbs img  {
	display: block;
	float: left;
}

#carousel-screenshots span, #carousel-screenshots a,
#carousel-screenshots-thumbs span, #carousel-screenshots-thumbs a {
	position: relative;
}

#carousel-screenshots img {
	width: 1100px;
}

#carousel-screenshots-thumbs img {
	border: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#carousel-screenshots img.glare,
#carousel-screenshots-thumbs img.glare {
	width: 102%;
	height: auto;
}

#thumbs-wrapper {
	min-height: 170px;
	padding: 20px 70px;
	position: relative;
	clear: both;
}

#carousel-screenshots-thumbs a {
	border: 2px solid gray;
	width: 150px;
	height: 100px;
	margin: 0 10px;
	overflow: hidden;
	
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}

#carousel-screenshots-thumbs a:hover, #carousel-screenshots-thumbs a.selected {
	border-color: black;
}

#prev-screenshots {
	top: 40px;
	left: 0px;
}

#next-screenshots {
	top: 40px;
	right: 0px;
}

.carousel-prev.disabled, .carousel-next.disabled {
	display: none !important;
}
