.btn-slider-wrapper {
	background-color: #e64d00;
	padding: 0px;
	margin-top: 10px;
	border-radius: 23px 111px 113px 23px;
	-moz-border-radius: 23px 111px 113px 23px;
	-webkit-border-radius: 23px 111px 113px 23px;
	border: 0px solid #000000;
}

/* ARROWS */
 .arrowText {
 position:relative;
 /*margin: 20px;*/ 
 width:200px;
 height: 90px;
 background: #c84e00;
 /*border:solid 0px #0cceff;*/
 float: left;
 margin-top: 0px;
 border-radius: 15px 15px 15px 15px;
 -moz-border-radius: 15px 15px 15px 15px;
 -webkit-border-radius: 15px 15px 15px 15px;
 border: 0px solid #000000;
 padding-top: 15px;
 padding-left: 30px;
 }


.arrowText:before, .arrowText:after {
 content: " ";
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 }


/* RIGHT ARROW */
.arrowRight:before, .arrowRight:after {
 border-bottom: 35px solid transparent;
 border-top: 35px solid transparent;
 top:10px;
 }
 .arrowRight:after {
 border-left: 16px solid #c84e00;
 right: -15px;
 z-index: 2;
 }
 
.arrowRight:before {
 border-left: 16px solid #c84e00;
 right: -16px;
 z-index: 1;
 }


.botones-slider {
	color: #FFF;
	font-size: 14px;
	font-family: sans-serif;
	background-color: transparent;
	text-align: left;
}


.botones-slider-texto-small {
	color: #FFF;
	font-size: 10px;
	font-family: sans-serif;
	background-color: transparent;
}