#slider{
	overflow:hidden;
	/* border:1px solid #ccc; */
	width:100%;
	height:100%;
	position:relative;

}

#slider > #gal1{
	position:relative;
	left:0;
	width:500%;
	height:100%;
	transition:0.5s;

}
#slider > #gal1 > .items{
	width:20%;
	height:100%;
	float:left;
}

#slider > #gal1 > .items > img{
	width:100%;
	height:100%;
}

#slider > #right1{
	/* border:1px solid #ccc; */
	border-radius:100%;
	transition:0.5s;
	width:25px;
	height:25px;
	position:absolute;
	top:137px;
	right:15px;

	/*background:url("../images/right.png") no-repeat 50%;*/
	background-size:65%;
	background-color:rgba(255,255,255,0.7);
	cursor:pointer;
	text-align:center;
	line-height:25px;
	color:#888;
	font-weight:800;
}

#slider > #left1{
	cursor:pointer;
	/* border:1px solid #ccc; */
	border-radius:100%;
	width:25px;
	height:25px;
	position:absolute;
	top:137px;
	left:15px;
	/*background:url("../images/left.png") no-repeat 50%;*/
	background-size:65%;
	background-color:rgba(255,255,255,0.7);
	text-align:center;
	line-height:25px;
	color:#888;
	font-weight:800;
	transition:0.5s;
}
