.ut-irotator {
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	max-width: 100%;
	width: 900px;
	height: 500px;
}

.ut-irotator > ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.ut-irotator > ul {
	width: 112px;
}

.ut-irotator li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 999;
}

.ut-irotator .current {
	opacity: 1;
	pointer-events: auto;
	z-index: 1000;
}

.ut-irotator li img {
	display: block;
	max-width: 100%;
}

.ut-irotator nav a {
	position: absolute;
	width: 60px;
	height: 60px;
	color: #5b4c5c;
	outline: none;
	overflow: hidden;
	text-align: center;
	line-height: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ut-irotator nav a.prev {
	left: 0px;
}

.ut-irotator nav a.next {
	right: 0px;
}

.ut-irotator nav a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 60px;
	height: 100%;
	font-family: 'fontawesome';
	font-size: 60px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	opacity: 0.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ut-irotator nav a:hover::before {
	opacity: 1;
}

.ut-irotator a.prev::before {
	content: "\e601";
}

.ut-irotator a.next::before {
	content: "\e600";
}

.fxSlideForward .navOutNext {
	-webkit-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	-webkit-animation: scaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSlideForward .navInNext {
	-webkit-transform-origi