.animate-slide {
	-webkit-transform:	translate3d(0,0,0);
	-moz-transform:		translate3d(0,0,0);
	-ms-transform:		translate3d(0,0,0);
	-o-transform:		translate3d(0,0,0);
	transform:			translate3d(0,0,0);

	-webkit-transition-duration:	0.5s;
	-moz-transition-duration:		0.5s;
	-ms-transition-duration:		0.5s;
	-o-transition-duration:			0.5s;
	transition-duration:			0.5s;

	-webkit-transition-property:	left;
	-moz-transition-property:		left;
	-ms-transition-property:		left;
	-o-transition-property:			left;
	transition-property:			left;
}


.buttonArea {
    float: left;
    left: 50%;
    position: relative;
    top: 100%;
	margin-top: -32px;
}

.buttonCon {
    float: left;
    left: -50%;
    position: relative;        
}

	.buttonCon .theButton {
		display: block;
		color: #B22222;
		width: 20px;
		height: 22px;
		/*background: url(../images/assets/circlebutton.png) no-repeat;*/
		text-indent: -9999px;
		border: 0;
		margin-right: 3px;
		float: left;
	}


.buttonArea a.active {
	background-position: 0 -22px;
}


.arrowButton {
	cursor: pointer;
	display: block !important;
}
	.arrowButton .prevArrow {
		background: url(../images/assets/prev.png) no-repeat;
		width: 40px;
		height: 80px;
		position: absolute;
		top: 170px;
		left: 12px;
	}
	
	.arrowButton .nextArrow {
		background: url(../images/assets/next.png) no-repeat;
		width: 40px;
		height: 80px;
		position: absolute;
		top: 170px;
		right: 12px;
	}


.oneByOne_item > * {
   	-webkit-animation-duration: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;

	-moz-animation-duration: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;

	-ms-animation-duration: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	-o-animation-duration: .6s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;

	animation-duration: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;	
}

.animate0 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;         
}         

.animate1 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;          
}

.animate2 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;	          
} 

.animate3 {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}

.animate4 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}

.animate5 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}


.animate6 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.animate7 {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.animate8 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.animate9 {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-ms-animation-delay: 1.8s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.8s;
}

.animate10 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.animate11 {
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	-ms-animation-delay: 2.2s;
	-o-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.animate12 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-ms-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.animate13 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-ms-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	animation-delay: 2.6s;
}

.animate14 {
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-ms-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.animate15 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.animate16,
.animate17,
.animate18,
.animate19,
.animate20,
.animate21,
.animate22,
.animate23,
.animate24,
.animate25,
.animate26,
.animate27,
.animate28,
.animate29,
.animate30,
.animate31 {
	-webkit-animation-delay: 3.2s;
	-moz-animation-delay: 3.2s;
	-ms-animation-delay: 3.2s;
	-o-animation-delay: 3.2s;
	animation-delay: 3.2s;
}