.slider {
	position: relative;
	width: 960px;
}

.some-slide {
	float: left;
	position: relative;
	width: 754px;
	/*height: 696px;*/
	font: 14px/1.4 Tahoma;
}
	.slide-bg {
		/*position: absolute;*/
	}
	.slide-content {
		position: absolute;
		padding: 35px 80px;
		height: 226px;
		color: #363636;
		z-index: 2;
	}
	.slide-name {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 40px;
		padding: 5px 16px 6px;
		font: 20px/1.4 Tahoma;
		color: #fff;
		background-color: rgba(46, 99, 177, 0.7);
	}
	.slide-text {
		padding: 10px 15px;
		width: 280px;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.more-link {
		position: relative;
		display: inline-block;
		margin-top: 35px;
		text-decoration: underline;
	}
	.more-link:after {
		content: '»';
		position: absolute;
		margin-left: 3px;
	}

.slider-prev,
.slider-next {
	position: absolute;
	top: 50%;
	margin-top: -42px;
	width: 45px;
	height: 45px;
	background: transparent no-repeat center center;
	opacity: 0.4;
	z-index: 10;
	outline: none;
}
.slider-prev {
	left: 10px;
	background-image: url(../img/slider-prev.png);
}
.slider-next {
	right: 10px;
	background-image: url(../img/slider-next.png);
}
.slider-prev:hover,
.slider-next:hover {
	opacity: 0.6;
}
.slider-wrap {
	overflow: hidden;
	display: block;
	height: 320px;
}
.slider-list {
	position: relative;
	display: block;
	width: 9000px;
}
/* For slide: */
.slider-list img {
	float: left;
}
/* For fade: 
.slider-list img {
	position: absolute;
}
*/
.slider-indicators {
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	z-index: 5;
	background-color: rgba(5, 72, 140, 0.7);
}
.slider-indicators a {
	display: inline-block;
	margin: 0 4px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
}
.slider-indicators a:hover {
	background: #eee;
}
.slider-indicators a.active {
	background: #0097dc;
}
.some-slideContent p {
	color: black;
}
.some-slideContent p:hover {
	color: black;
}