.range-carousel
{
	position: relative;
}
.range-carousel > H3
{
	color: #6A2D91;
	font-size: 220%;
	margin: 0 auto;
	text-align: center;
}
.range-carousel UL
{
	list-style: none outside none;
	width: 100%;
	height: 28em;
	margin: 50px auto;
}
.reflect CANVAS
{
	width: 100%;
}
#range_carousel
{
	transform-style: preserve-3d;
	transform-origin: 50% 100px 0;
	perspective: 1000px;
	perspective-origin: 30% 75px;
	-ms-perspective: 1000px;
	/*Internet Explorer*/
	max-width: 80%;
}
#range_carousel LI
{
	list-style-type: none;
}
#range_carousel .product
{
	margin-left: auto;
	text-align: center;
	width: 135px;
	height: 373px;
	/*-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;*/
}
#range_carousel .product .title
{
	display: none;
}
#range_carousel .product .blurb
{
	display: none;
}
#range_carousel .range-image
{
	display: block;
	height: 100%;
	width: 100%;
	max-width: 135px;
}
#range_carousel .range-image > A
{
	display: block;
	height: 100%;
	width: 100%;
}
#range_carousel .range-image IMG
{
	display: block;
	height: 100%;
	width: 100%;
}
.monolith
{
	background-color: #FFF;
	position: relative;
	text-align: center;
	width: 120%;
	height: 120%;
	z-index: 190;
	left: -50px;
	top: -30px;
}
.range-description
{
	font-size: 120%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5em;
	text-align: center;
	width: 50%;
}
.invisible
{
	display: none;
}
.tilt-counterclockwise
{
	transform: rotateY(45deg);
	transition: all 500ms ease-out 0s;
}
.tilt-clockwise
{
	transform: rotateY(-45deg);
	transition: all 500ms ease-out 0s;
}
.range-carousel #hiddenSubproducts
{
	display: none;
}
.range-carousel .prev
{
	background: transparent url("../images/carousel_navigation_large1.png") no-repeat right top;
	display: block;
	height: 71px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: -80em;
	top: 445px;
	width: 56px;
	z-index: 0;
}
.range-carousel .prev:hover
{
	background-position: right bottom;
}
.range-carousel .next
{
	background: transparent url("../images/carousel_navigation_large1.png") no-repeat right top;
	background-position: left top;
	display: block;
	height: 71px;
	right: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -80em;
	top: 445px;
	width: 56px;
	z-index: 0;
}
.range-carousel .next:hover
{
	background-position: left bottom;
}
