.cycle-slideshow {
	position: relative;
	width: 960px;
	height: 350px;
	background: #F7F7F7;
	margin: 0 0 2px 0;
}
.cycle-slideshow .silder{
	width: 100%;
	height: 100%;
}
.cycle-slideshow .silder img {
width: 100% !important;
}

.short-content {
	text-decoration: none;
	position: absolute;
	z-index: 11;
	border-style: solid;
	display: inline-block;
	left: 0;
	bottom: 0;
	padding: 10px;
	text-align: justify;
	color: #ffffff;
	background: rgba(0,0,0,0.7) !important;
	border-style: solid;
	font-size: 14px;
	font-weight: bold;
	border-width: 0px;
	border-color: #ffffff;
	border-radius: 0px;
}


.cycle-slideshow .cycle-nav{
    position: absolute;
    top: 170px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('sprite-arrows.png') 0 0 no-repeat;
    cursor: pointer;
	opacity:0;
}

.cycle-slideshow:hover >.cycle-nav{
	opacity:1;
}

.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-prev:hover {
	left: 20px;
}

.cycle-slideshow .cycle-next, .cycle-slideshow .cycle-next:hover {
	right: 20px;
	background-position: -16px 0;
}

.cycle-pager {
	bottom: 40px;
	width: 100%;
	z-index: 500;
	position: absolute;
	left: 10px;
	overflow: hidden;
}

.cycle-pager span {
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}

.cycle-pager span {
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager .cycle-pager-active{
	color: #D69746;
}