.device {
	width: 230px;
	height: 230px;
	position: relative;
}
.device .arrow-left {
	background: url(/js/common/Swiper-master/arrow-l.jpg) no-repeat left top;
	position: absolute;
	left: 15px;
	top: 0;
	width: 20px;
	height: 225px;
	background-color:red;
}
.device .arrow-left:hover, .device .arrow-right:hover{
	opacity:.7;
}
.device .arrow-right {
	background: url(/js/common/Swiper-master/arrow-r.jpg) no-repeat left top;
	position: absolute;
	right: 15px;
	top: 0;
	width: 20px;
	height: 225px;
	background-color:red;
}

.swiper-container {
	width: 146px;
	height: 225px;
}

.swiper-container h6{
	margin:0;
	line-height: 18px;
}

.swiper-container p{
	padding-top: 8px;
	line-height: 0;
}

.content-slide {
	padding: 20px;
	color: #fff;
}

.pagination {
	display:none;
}