.container{
    margin: 0 auto;
    width:1130px;
    height:455px;       
    background: url(../img/header/bg.png); 
}

.slider-wrapper{    
    overflow: hidden;
    position:relative;
    height:400px;
    
}

#slider{      
    position: relative;
    height: auto;    
    list-style: none;
    overflow: hidden;
    float: left;
    padding-top: 50px;
    padding-left: 15px;
    margin: 0px;    
}

#slider li{
    float: left;    
    position: relative;
    
}

#slide{
    float: left;
    margin-left: auto;
    margin-right: auto;    
    width: 850px;
    padding-left: 150px;
    
}

#bld {
        width: 500px;
        font-size: 30px;
  
        font-family: "Segoe UI Semibold";
  
        color: #ffffff;
  
        text-transform: uppercase;
  
        line-height: 1.333;        
  
        
}

#txt{
        width: 500px;
        font-size: 20px;
  
        font-family: "Segoe UI";
  
        color: #ffffff;

  
        line-height: 1.25;
  
        text-align: left;
}

#button_sl {
        margin-top: -110px;
        margin-right: 20px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
        float: right;
      
}

#button_sl1 {
        margin-top: -35px;
        margin-right: 20px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
        float: right;
      
}

#button_sl2 {
        margin-top: -70px;
        margin-right: 20px;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.34);
        float: right;
      
}


.nvgt{
	position:absolute;
	top: 120px;
	height: 70px;
	width: 70px;
        opacity: 1.0;
	
}
.nvgt:hover{
	opacity: 0.9;
}
#prev{
	background: url('../img/header/left.png') no-repeat center;	        
        left: 0px;
}
#next{
	background: url('../img/header/right.png') no-repeat center;	
        right:0px;
}
#pager{
	padding-left: auto;
        padding-right: auto;        
	position:relative;
	height:50px;
	margin: auto;
	
}
#pager li{
        visibility: hidden;
	padding: 0px;
	margin: 5px;
	width:20px;
	height:20px;	
	color: white;
        list-style: none; 	       
	opacity: 1.0;
	float: left;
	cursor: pointer;
}

#pager ul:hover{
        color: #ffc107;
        	
}