.simple_carousel {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}
.simple_carousel .frame {
	position: relative;
	/*margin: -20px -70px;
				padding: 20px 70px;*/
	height: 274px;
	overflow: hidden;
	text-shadow: none;
}
.simple_carousel .frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 234px;
}
.simple_carousel .frame ul li {
	float: left;
	height: 100%;
	margin: 0 35px;
	padding: 0;
	/*background: #0063b3;*/
	color: #fff;
	text-align: center;
	line-height: 234px;
	font-size: 90px;
}
/*.simple_carousel .frame ul li:nth-child(5n+1) {
				background: #0063b3;
			}
			.simple_carousel .frame ul li:nth-child(5n+2) {
				background: #0ac2d2;
			}
			.simple_carousel .frame ul li:nth-child(5n+3) {
				background: #f68dbb;
			}
			.simple_carousel .frame ul li:nth-child(5n+4) {
				background: #60d7a9;
			}
			.simple_carousel .frame ul li:nth-child(5n+5) {
				background: #fdc162;
			}*/

			/* Pages */
.pages_ {
	display: block;
	list-style: outside none none;
	margin: -30px 0 25px;
	padding: 0;
	position: relative;
	text-align: center;
}
.pages_ li {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	text-indent: -999px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	border: solid 2px #0063b3;
	border-radius: 50%;
}
.pages_ li:hover {
	background: #eee;
}
.pages_ li.active {
	background: #0063b3;
}
#animate_slider_3 .frame {
	position: relative;
	/*margin: -20px -70px;
				padding: 20px 70px;*/
	height: 386px;
	overflow: hidden;
	text-shadow: none;
}
#animate_slider_3 .frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 386px;
}
.prev {
	left: 0px!important;
	top: 40%;
	border: none;
	cursor: pointer;
	width: 40px!important;
	height: 70px!important;
	margin: 0px!important;
	background: url(../images/flechaizslide.png) no-repeat center center rgba(0, 0, 0, .5)!important;
	position: absolute;
}
.next {
	border: none;
	cursor: pointer;
	margin: 0px!important;
	width: 40px!important;
	height: 70px!important;
	background: url(../images/flechadeslide.png) no-repeat center center rgba(0, 0, 0, .5)!important;
	top: 40%;
	right: 0px!important;
	position: absolute;
}


.boton_ir_inicio {
	border: none;
	cursor: pointer;
	margin: 0px!important;
	width: 40px!important;
	height: 70px!important;
	background: url(../images/flechadeslide.png) no-repeat center center rgba(0, 0, 0, .5)!important;
	top: 40%;
	right: 0px!important;
	position: absolute;
}


.boton_ir_fin{
	left: 0px!important;
	top: 40%;
	border: none;
	cursor: pointer;
	width: 40px!important;
	height: 70px!important;
	margin: 0px!important;
	background: url(../images/flechaizslide.png) no-repeat center center rgba(0, 0, 0, .5)!important;
	position: absolute;
}
