
#USSlider_outerwrap {
        position:relative;
    width:960px;
    height:237px;
    max-width:100%;
    overflow:hidden;
}

#USSlider {
    width:960px;
    height:237px;
    margin:0;
    padding:0;
    max-width:100%;
}

#USSlider .US_Slider_Description {
    position: absolute;
    bottom: 0; left: 0;
    width: 0px;
    padding: 15px 20px 0;
    height: 0px;
    background:url(https://www.christundrecht.de/wp-content/plugins/universal_slider/mktranspng.php?hex=&trans=127) repeat top left;
    color:;
    max-width:100%;
    font-size:0.8em;
}

#USSlider .US_Slider_Description h3 {
    font-size: 1.3em;
}

#USSlider .US_Slider_Wrap {
    width:960px;
    height:237px;
    paddding:0;
    background-color:#FFF;
    top:0;
    left:0;
    overflow:hidden;
    position: relative;
    max-width:100%;
}

#USSlider img {
    max-width:100%;
}


#USSlider_outerwrap #US_Slider_Next, #USSlider_outerwrap #US_Slider_Prev {
	position:absolute;
	height:29px;
	width:30px;
	display:block;
	z-index:9999;
        cursor:pointer;
	top: 103.5px;
}

#USSlider_outerwrap #US_Slider_Prev {
	left: 10px;
	background:url(style_1/prev.png) top left no-repeat;
}

#USSlider_outerwrap #US_Slider_Prev:hover {
	background-position:-30px 0;
}

#USSlider_outerwrap #US_Slider_Next {
	right: 10px;
	background:url(style_1/next.png) top left no-repeat;
}

#USSlider_outerwrap #US_Slider_Next:hover {
	background-position:-30px 0;
}

#USSlider_outerwrap #US_Slider_Pager {
        bottom: 10px;
        height:13px;
        left:417px;
        width:126px;
        position:absolute;
}

#USSlider_outerwrap #US_Slider_Pager a {
	height:9px;
	width:8px;
	display:block;
	float:left;
	margin-left:10px;
	background:url(style_1/dot.png) top left no-repeat;
	text-indent:-9999px;
}

#USSlider_outerwrap #US_Slider_Pager a.activeSlide {
	background-position:-8px 0;
}

