.js .st-stack-raw {
	display: none;
}

.st-wrapper {
	width: 980px;
	height: 540px;
	position: relative;
	margin: 0 auto 20px;
	-webkit-perspective: 1200px;
	-webkit-perspective-origin : 50% 100%;
	-moz-perspective: 1200px;
	-moz-perspective-origin : 50% 100%;
	-o-perspective: 1200px;
	-o-perspective-origin : 50% 100%;
	-ms-perspective: 1200px;
	-ms-perspective-origin : 50% 100%;
	perspective: 1200px;
	perspective-origin : 50% 100%;
}

.st-stack {

	position: absolute;
	height: 6px;
	bottom: 0px;
	background: url(../img/reviewsGradientBGSmall.png) repeat;
	background-position: bottom center;
 	
/*  
 	position: absolute;
	height: 6px;
	bottom: 0px;
	background-image: url(../img/gradient.png);
	background-image: -webkit-linear-gradient(top, #fff 50%, #666666 50%);
	background-image: -moz-linear-gradient(top, #fff 50%, #666666 50%);
	background-image: -o-linear-gradient(top, #fff 50%, #666666 50%);
	background-image: -ms-linear-gradient(top, #fff 50%, #666666 50%);
	background-image: linear-gradient(to bottom, #fff 50%, #666666 50%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	background-position: bottom center;
 */	
}

.st-stack:before {
	content: '';
	position: absolute;
	width: 140%;
	left: -20%;
	bottom: -10px;
	height: 20px;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
	background: radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 60%);
}

.st-stack-left {
	left: 0px;
}

.st-stack-right {
	right: 0px;
}

.st-wrapper .st-title,
.st-wrapper nav {
/* 	
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
 */	
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.st-wrapper .st-title {
	width: 980px; 
	margin: 0 auto;
	padding: 20px 0 20px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.st-wrapper .st-title span {
	padding: 0 20px;
	font-size: 14px;
	color: #AC1E40;
	font-weight: 600;
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	line-height: 17px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.st-wrapper nav span {
	color: transparent;
	position: absolute;
	width: 45px;
	height: 60px;
	left: 50%;
	bottom: 0;
	cursor: pointer;
	background: url(../img/sprite.0.png) no-repeat;
}

.st-wrapper nav span:first-child {
	margin-left: -65px;
	background-position: -16px -75px;
}

.st-wrapper nav span:last-child {
	margin-left: 20px;
	background-position: -181px -75px;
}


.st-wrapper nav span:first-child:hover {
	background-position: -130px -75px;
}

.st-wrapper nav span:last-child:hover {
	background-position: -70px -75px;
}


.st-wrapper .st-item {
	position: absolute;
	-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-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.st-wrapper .st-item.st-center {
	-webkit-transform: rotateZ(0deg) rotateY(0deg);
	-moz-transform: rotateZ(0deg) rotateY(0deg);
	-o-transform: rotateZ(0deg) rotateY(0deg);
	-ms-transform: rotateZ(0deg) rotateY(0deg);
	transform: rotateZ(0deg) rotateY(0deg);
}

.st-wrapper .st-item.st-right,
.st-wrapper .st-item.st-rightflow {
	opacity: 0;
	-webkit-transform: rotateZ(90deg) rotateY(-90deg);
	-moz-transform: rotateZ(90deg) rotateY(-91deg);
	-o-transform: rotateZ(90deg) rotateY(-90deg);
	-ms-transform: rotateZ(90deg) rotateY(-90deg);
	transform: rotateZ(90deg) rotateY(-91deg);
	pointer-events: none;
}

.st-wrapper .st-item.st-left,
.st-wrapper .st-item.st-leftflow {
	opacity: 0;
	-webkit-transform: rotateZ(-90deg) rotateY(90deg);
	-moz-transform: rotateZ(-90deg) rotateY(91deg);
	-o-transform: rotateZ(-90deg) rotateY(90deg);
	-ms-transform: rotateZ(-90deg) rotateY(90deg);
	transform: rotateZ(-90deg) rotateY(91deg);
	pointer-events: none;
}
.st-wrapper .st-item.st-rightflow,
.st-wrapper .st-item.st-leftflow,
.st-wrapper .st-item.st-center {
	opacity: 1;
}

.st-center img {
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);	
}

.st-wrapper .st-item img {
	border: none;
	max-width: 100%;
	max-height: 400px;
	display: block;
}

.st-wrapper .st-item a {
	background: #fff;
	box-shadow: 0 0 0 9px #fff, 0 1px 3px 9px rgba(0,0,0,0.3);
}


