/*
 * jquery.rs.carousel-touch.css v0.8.5
 *
 * Copyright (c) 2011 Richard Scarrott
 * http://www.richardscarrott.co.uk
 *
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Depends:
 *  jquery.rs.carousel.css v0.8.5+
 */
	
.rs-carousel .rs-carousel-mask {
	position: relative;
}

	.rs-carousel .rs-carousel-runner.rs-carousel-runner-transition {
		-moz-transition: -moz-transform .400s ease;
		-webkit-transition: -webkit-transform .400s ease;
		-o-transition: -o-transform .400s ease;
		-ms-transition: -ms-transform .400s ease;
		transition: transform .400s ease;
	}

	.rs-carousel .rs-carousel-runner {
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}