/* 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: rgba(0,0,0,0.6);
	padding: 1px;
	width: 150px;
	height: 3px;
}
#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;
}

#iCarousel-timer div {
	border-radius: 3px;
}
.carousel-container {
	width: 100%;
	overflow: hidden;
	z-index:1;
	background: url(http://easytest.my/galaxy88/images/royalbet/sliderbg.png) no-repeat fixed bottom center;
    background-size: cover;
}

#icarousel {
	width: 480px;
	height: 360px;
	position: relative;
	margin: 0 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;
	/*border-radius: 4px;*/
	border: 1px solid #eac785;
	width: 480px;
	height: 360px;
	 -webkit-box-shadow: 0 0 10px 3px #faf7c3; box-shadow: 0 0 10px 3px #faf7c3;
}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 178px;
	width: 43px;
	height: 43px;
	background: url(../images/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
	cursor:pointer;
}

a#iCarouselPrev {
	left: 10px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	right: 10px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}





/* The Preloader in the Slider */
#icarousel1-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	border-color: rgba(0,0,0,0.6);
	padding: 1px;
	width: 150px;
	height: 3px;
}
#icarousel1-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 */
#icarousel1-timer {
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	cursor: pointer;
}

#icarousel1-timer div {
	border-radius: 3px;
}
.carousel-container1 {
	width: 100%;
	overflow: hidden;
	z-index:1;
}

#icarousel1 {
	width: 480px;
	height: 340px;
	position: relative;
	margin: 0 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;
}

#icarousel1 .slide {
	display: block;
	/*border-radius: 4px;*/
	border: 1px solid #eac785;
	width: 480px;
	height: 340px;
	 -webkit-box-shadow: 0 0 10px 3px #faf7c3; box-shadow: 0 0 10px 3px #faf7c3;
}

/* The Navigation buttons in the Slider */
a.icarousel1Nav {
	display: block;
	position: absolute;
	top: 178px;
	width: 43px;
	height: 43px;
	background: url(../images/common/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
	cursor:pointer;
}

a#icarousel1Prev {
	left: 10px;
	background-position: left top;
}

a#icarousel1Prev:hover {
	background-position: left bottom;
}

a#icarousel1Next {
	right: 10px;
	background-position: right top;
}

a#icarousel1Next:hover {
	background-position: right bottom;
}

@media (max-width: 479px){
	#icarousel {
	width: 300px;
	height: 235px;
}

	#icarousel .slide {
		width: 100%! important;
		height: auto! important;
	}

	#icarousel1 {
		width: 340px;
		height: 250px;
	}

	#icarousel1 .slide {
		width: 100%! important;
		height: auto! important;
	}
	
	a.iCarouselNav{
	    top:90px;
	}
}

