﻿#ctl00_slideshow {  
    overflow:hidden; 
    width:920px; 
    height:200px; 
    background-repeat: no-repeat; 
    background-attachment: initial; 
    -webkit-background-clip: initial; 
    -webkit-background-origin: initial; 
    background-color: transparent;
    background-position: initial initial;
    z-index: 1;
    /*margin-bottom:-150px;*/
     }

#ctl00_slideshow img {
    border: 0px solid #ccc;
    width: 920px !important; 
    height: 200px !important;
    }
    
#slideshow_nav {
    width: 991px;
    text-align: right;
    height: 38px;
    margin-bottom: -15px;
    background-color: #EFEFEF;
    }
    
#slideshow_pager {
    float: right;
    margin-right: 10px;
    margin-top: 10px;    
    }
    
#slideshow_pager a {
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: rgb(11, 44, 121);
    color: #FFFFFF;
    margin-right: 10px;
    }
    
#slideshow_pager a.activeSlide {
    background-color: rgb(0, 0, 0);
    }