<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-container {
	width: 100%;
}

#icarousel {

	width:240px;
	height: 457px;
	position: relative;
	z-index:20;

	/*margin-top:40px;*/
	margin-top:30px;
	
	margin-left:auto;
	margin-right: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 img {

border-radius: 4px;
	
	opacity:1; 
	
	z-index: 11;
	border-color:none;
	
	/*width: 310px;
	height: 417px;*/
	
	width: 360px;
	height: 484px;
	
	-webkit-filter: grayscale(0);
	-webkit-filter: brightness(0);
	/*-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(white), color-stop(150%, black), to(transparent));*/
	/*-webkit-box-reflect: below 6px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(86%, transparent), to(rgba(255,255,255,0.4)));*/
}


/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 150px;
	width: 50px;
	padding-left:20px;
	padding-right:20px;
	height: 40px;
background:url(../skins/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
	cursor:pointer;
/*opacity: 0.5;*/
	/*-ms-filter: alpha(opacity=50);
	filter: alpha(opacity=50);*/
}
a.iCarouselNav:hover {
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

a.iCarouselNav:active {
/*	background-image: url(../img/nav_paddles_down.png);*/
}

a#iCarouselPrev {
	left: -540px;
	background-position: 56px 0px
}

a#iCarouselNext {
	left: 670px;
	width:30px;
	background-position: -32px 0px;
}</pre></body></html>