#roller {
    width:550px;
    height:276px;
    position:relative;    
    overflow:hidden;
    background: url('../img/site/slider_bg.jpg') repeat-x transparent;
    padding: 8px;
    float: left;
    margin-right: 6px;
    padding-left: 26px;
}

#roller img {
    width: 530px;
    margin-top: 10px;
}

#mask-gallery {
    
    overflow:hidden;    
    width: 530px !important;
    height: 264px !important;
}

#roller-gallery {
    
    /* Clear the list style */
    list-style:none;
    margin:0;
    padding:0;
    
    z-index:0;
    
    /* width = total items multiply with #mask gallery width */
    width:4075px;
    overflow:hidden;
}

    #roller-gallery li {
    height: 264px !important; 

        
        /* float left, so that the items are arrangged horizontally */
        float:left;
    }


#mask-excerpt {
    
    /* Set the position */
    position:absolute;    
    right:28px;
    z-index:500px;
    height: 50px;
    /* width should be lesser than #roller width */
    width:530px;
    overflow:hidden;   
    bottom: 24px; 
    

}
    
#excerpt {
    /* Opacity setting for different browsers
    filter:alpha(opacity=60);
    -moz-opacity:0.6;  
    -khtml-opacity: 0.6;
    opacity: 0.6;  
    */
    /* Clear the list style */
    list-style:none;
    margin:0;
    padding:0;
    
    /* Set the position */
    z-index:10;
    position:absolute;
    top:0;
    left:0;
    
    /* Set the style */
    width:530px;
    background-color: rgba(0,0,0,0.8);
    overflow:hidden;
    color:#fff;    
}

    #excerpt li {
        
        height: 695px;
    }
        #excerpt li h1{
            
            font-size: 22px;
            text-align: center;
            border-bottom: solid 1px #78bbe4;
            
        }
        #excerpt li a.readmore{
            font-weight: bold;
            color: #fff;
            font-size: 11px;
        }
        #excerpt li div{
            margin: 0 10px;
            overflow: hidden;
            font-weight: normal;
            font-size: 14px;
            height: 50px;
            line-height: 16px;
            padding-top: 5px;
        }

#links{
    position: absolute;
    right: 24px;
    bottom: 22px;
    clear: both;
    overflow: hidden;
    border-left: 1px solid #ccd6de;
    border-right: 1px solid #ccd6de;
}
#links a{
    color: black;
    width: 55px;
    height: 30px;
    padding-top: 8px;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    background: url('../img/site/slider_button.jpg') no-repeat transparent;
    outline: none;
}
#links a:hover{
    background: url('../img/site/slider_button_active.jpg') no-repeat transparent;
}
