.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border: none;
    width: 729px; /*width of featured content slider*/
    height: 400px;
    }

.sliderwrapper .contentdiv{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    padding: 0px;
    width: 729px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    /* height: 390px; */
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top: 1px solid #808080;
    /* border-bottom: 1px solid #808080; */
    }

.pagination{
    width: 729px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: left;
    padding: 0px 0px 5px;
    font-size: 90%;
    }

.pagination a{
    display: inline-block;
    margin: 2px 0px;
    padding: 0 5px;
    text-decoration: none; 
    color: #606060;
    background: #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    box-shadow: 1px 1px 3px #999;

    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
    }

.pagination a:hover {
    color: #ffffff;
    background-color: #808080;
    }
    
.pagination a.selected {
    color: #ffffff;
    background-color: #606060;
    }
    
.ref_img {
    width: 350px;
    float: left;
}

.ref_img img {
    /* border: 2px solid #606060;
    box-shadow: 2px 2px 5px #999; */
    width: 350px;
    height: auto;
    }
    
.ref_img .caption_fotograf {
    font-size: 75%;
    color: #606060;
    width: 100%;
    /* float: right; */
    text-align: right;
    margin-top: -5px;
    }
    
.ref_img .caption_bild {
    font-size: 85%;
    color: #000000;
    width: 100%;
    text-align: center;
    /* margin-top: -5px; */
    }

.ref_detail {
    width: 370px;
    height: 354px;
    /* background: #333; */
    float: right;
    padding: 0px;
    }
    
.ref_detail h4 {
    margin-top: 5px;
    border-top : 1px solid #999999;
    }

.ref_detail h4:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border: none;
    }
    