﻿* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none outside none;
}



/* .silder-box{width:600px;height:400px;margin:0 auto 0;position:relative;}
.silder{position:relative;overflow:hidden;width:400px;height:400px;margin:0 auto 0;}
.silder li{width:400px;height:400px;} */

.silder-box {
	position: relative;
	margin: 29px auto;
}

.silder {
	margin: 0 auto 0;
}

.silder li {
	width: 285px;
	height: 380px;
}

.silder li img {
	width: 285px;
}

.silder-button {
	top: 148px;
	width: 40px;
	height: 85px;
	position: absolute;
	cursor: pointer;
}

.silder-button.btl {
	left: 0px;
	background-color: rgba(26, 26, 26, 0.5);
}

.silder-button.btr {
	right: 0px;
	background-color: rgba(26, 26, 26, 0.5);
}

.silder-box-1 {
	width: 1200px;
}


/*textarea {
	display: block;
	text-indent: 0;
	width: 500px;
	margin: 0 auto 20px;
	background: #ccc;
	border: 0 none;
	resize: ;
	font-size: 12px;
	min-height: 120px;
}*/

/*textarea.t1 {
	height: 340px;
	margin: 20px auto;
}*/

/*.small-navs {
	position: absolute;
}*/