@media screen and (min-width: 700px) {
	.slider {
		width: 100%;
		max-width: 1070px;
		margin: 0px auto;
		padding: 0 30px;
		position: relative;
		overflow: hidden;


	}
}

@media screen and (max-width: 720px) {
	.slider {
		/*width:100%;*/
		margin: 10px auto;
		padding: 0 2px;
		position: relative;
		overflow: hidden;
	}
}

/* Slider */


.slider::-moz-selection {
	background: transparent;
	color: #fff;
	text-shadow: none;
}

.slider::selection {
	background: transparent;
	color: #fff;
	text-shadow: none;
}

.slide-list {
	position: relative;
	margin: 0;
	padding: 0;
}

.slide-wrap {
	position: relative;
	left: 0px;
	top: 0;
	width: 10000000px;
}

.slide-item {
	width: 250px;
	text-align: center;
	padding: 10px;
	float: left;
	overflow: hidden;


}

.slide-item a {
	text-decoration: none;
	color: rgb(28, 5, 120);
}

.slide-item a:hover {
	color: rgb(138, 5, 5);
}

.slide-item img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
}

.slide-title {
	font: bold 16px monospace;
	display: block;
}


.navy {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 30px;
	cursor: pointer;
}

.prev-slide {
	left: 0;
	background: #dbdbdb url(../template/img/bg/left-arrow.png) 11px 40% no-repeat;
}

.prev-slide:hover {
	background-color: #7DE3E6;
}

.next-slide:hover {
	background-color: #7DE3E6;
}

.next-slide {
	right: 0;
	background: #dbdbdb url(../template/img/bg/right-arrow.png) 13px 40% no-repeat;
}

.navy.disable {
	background: #dbdbdb;
}

.auto {
	width: 7px;
	height: 11px;
	cursor: pointer;
	margin: 10px auto;
}

.play {
	background: url(/img/bg/play.png) center no-repeat;
}

.pause {
	background: url(/img/bg/pause.png) center no-repeat;
}