	#rev_slider_5_1_wrapper .custom.tparrows {
				cursor: pointer;
				background: #000;
				background: rgba(0, 0, 0, 0.5);
				width: 40px;
				height: 40px;
				position: absolute;
				display: block;
				z-index: 1000
			}

			#rev_slider_5_1_wrapper .custom.tparrows.rs-touchhover {
				background: #000
			}

			#rev_slider_5_1_wrapper .custom.tparrows:before {
				font-family: 'revicons';
				font-size: 15px;
				color: #fff;
				display: block;
				line-height: 40px;
				text-align: center
			}

			#rev_slider_5_1_wrapper .custom.tparrows.tp-leftarrow:before {
				content: '\e824'
			}

			#rev_slider_5_1_wrapper .custom.tparrows.tp-rightarrow:before {
				content: '\e825'
			}

			.custom-1.tparrows {
				cursor: pointer;
				background: #000;
				background: #f4b86f;
				width: 60px;
				height: 60px;
				position: absolute;
				display: block;
				z-index: 100
			}

			.custom-1.tparrows.rs-touchhover {
				background: #000
			}

			.custom-1.tparrows:before {
				font-family: "revicons";
				font-size: 16px;
				font-weight: 700;
				color: #fff;
				display: block;
				line-height: 60px;
				text-align: center
			}

			.custom-1.tparrows.tp-leftarrow:before {
				content: "\e824"
			}

			.custom-1.tparrows.tp-rightarrow:before {
				content: "\e825"
			}