#container{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 150px;
	position: relative;
	margin-top: 100px;
	border:0px;
}
.slides img{
	position: absolute;
	width: 100%;
	height: 100%
}
#container>.btn{
	position: absolute;
	width: 30px;
	height: 30px;
    border:none;
    border-radius: 25px;
    top:70px;
    background: transparent;
    color: #0093c9;
    font-size: 20px;
    cursor: pointer;
}
#container>#btn2{
	position: relative;
	float: right;
}
.text{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width:auto;
	padding: 20px 15px 20px;
	bottom: 100px;
	color: #000;
	border-radius: 10px;
	cursor:pointer;
	margin-left: 100px;
	background-color: RGBa(225, 225, 225, 0.80);
	text-align: center;

}
