.slider { 
	width:100%; 
	position:relative;
}
.slider-content {
	border: medium none;
        height: 244px;
        overflow: hidden;
        position: relative;
        width: 1280px;
}
.slide {
	width:100%;
	height:100%;
}
.slider-controls {
	bottom: 0;
        margin: 0 0 10px 15px;
        position: absolute;
        text-align: center;
        z-index:100;
}
.slider-controls .control-slide {
    background: url("radioBg.png") no-repeat scroll center bottom transparent;
    display: block;
    float: left;
    height: 10px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    width: 10px;
}
.slider-controls .control-slide:hover {
	cursor:pointer;
	background-position:center center;
}
.slider-controls .control-slide.active {
	background-position:center top;
}
.prew, .next {
    display: block;
    height: 150px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 50px;
    width: 43px;
    z-index: 3;
}
.prew {
	left:0px;
	background:url(arrowBg_prew.png) right center no-repeat;
}
.next {
	right:0px;
	background:url(arrowBg_next.png) right center no-repeat;
}
.prew:hover, .next:hover {
	opacity:1;
}
.slider-content:hover .prew, .slider-content:hover .next {
	display:block;
}
div.slider-text {
    background: none no-repeat scroll 0 0 #F6F6F6;
    bottom: 0;
    color: #44433E;
    display: block;
    font-family: notosans-regular;
    font-size: 14px;
    height: 39px;
    line-height: 41px;
    margin: 0 0 9px;
    padding: 0 21px;
    position: absolute;
    right: 0;
    text-shadow: 0 0 0 #44433E;
    width: 50%;        
}