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

}
