/* The Preloader in the Slider */
#iCarousel-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	border-color: #02b;
	padding: 1px;
	width: 150px;
	height: 3px;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important
}
#iCarousel-preloader div {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 3px;
	background: #000;
	background: rgba(0,0,0,0.6);
	width: 0px;
}

/* The timer in the Slider */
#iCarousel-timer {
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: -20px;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important
}

#iCarousel-timer div {
	border-radius: 3px;
}

.carousel-container {
	width: 100%;
	max-width: 1500px;
	overflow: hidden;
	padding: 20px 0px 60px
}

#icarousel {
	width: 900px;
	height: 600px;
	position: relative;
	margin: 15px auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

#icarousel .slide {
	display: block;
	width: 900px !important;
	height: 600px !important;
}

div#icarousel div.slide img {
	border: 4px #f7280e solid;
	width: 900px !important;
	height: 600px !important;
	box-shadow: 2px 2px 10px 0px rgba(0, 34, 187, 0.5);
}

#icarousel .slide.current {
	box-shadow: 2px 2px 20px 0px rgba(0, 34, 187, 0.5);
}



/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 170px;
	width: 46px;
	height: 75px;
	background: url(../images/icarousel/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
	cursor: pointer;
}

a#iCarouselPrev {
	left: 0;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	right: 0;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}

@media screen and (max-width: 1000px) {

#icarousel {
	width: 600px;
	height: 400px;
}

#icarousel .slide {
	width: 600px !important;
	height: 400px !important;
}

div#icarousel div.slide img {
	width: 600px !important;
	height: 400px !important;
}

}


@media screen and (max-width: 620px) {
	
a.iCarouselNav {
	top:100px;
	}

#icarousel {
	width: 400px;
	height: 267px;
}

#icarousel .slide {
	width: 400px !important;
	height: 267px !important;
}

div#icarousel div.slide img {
	width: 400px !important;
	height: 267px !important;
}


}

@media screen and (max-width: 420px) {
	
a.iCarouselNav {
	top:50px;
	}

#icarousel {
	width: 250px;
	height: 167px;
}

#icarousel .slide {
	width: 250px !important;
	height: 167px !important;
}

div#icarousel div.slide img {
	width: 250px !important;
	height: 167px !important;
}


}