.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-element .slider-left-img{
	margin-right: 15px;
	height: 180px;
	float:left;
}

.jquery-slider-element .slider-left-content{
	width: 40%;
	float:left;
	min-height: 127px;
    vertical-align : bottom; font-weight : bold; font-size : 15px;
	position:relative;
	margin-top:30px;
	word-wrap:break-word;
}
.jquery-slider-element .slider-left-content .slider-content-wrap {
	position:absolute;
	bottom: 0;
	left: 0;
	padding-bottom:4px;
	width:100%;
	max-width:100%;
}
.jquery-slider-element a.action{
	float:left;
	font-size: 11px;
}

.jquery-slider-pages {
    overflow: hidden;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #999;
    opacity: 0.33;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page-current {
    opacity: 1;
}