a:focus, a:active { outline: none; }
.pics {  
    border: 0 solid #000000;
    height: 313px;
    margin: 0;
    padding: 0;
    width: 627px;
} 

.pics img {  
    padding: 0;  
    border:  0px solid #ccc;  
    /*background-color: #eee; */
    /*width:  824px;*/
    /*height:   370px;*/
    top:  0; 
    left: 0; 
}
.smallpics {  
    width:  130px;  
    height:   230px;

    padding: 0;  
    margin:  0;  

} 

.smallpics img {  
    padding: 0;  
    width:  130px; 
    height: 130px; 
    top:  0; 
    left: 0; 
}

.pager {  	
    /*    background: url("../slides/slider/facade.png") no-repeat scroll left top transparent;*/
    font-weight: bold;
    height: 33px;
    padding: 235px 0 0 10px;
    position: absolute;
    width: 187px;
    z-index: 10000;
}
.pager a{
    display:block;
    float:left;
    width:12px;
    height:12px;
    margin: 0 7px;
	background:url(../img/ico_slide_wh.png) no-repeat;
}
  
.pager a:hover, .pager a.activeSlide{
	background:url(../img/ico_slide_bl.png) no-repeat;
}

div.slide-container {
    position: relative;
}

div.slide-description {
    padding: 5px 0 0 5px;
    width: 622px;
    position: absolute;
    bottom: 0;
    height: 50px;
    color: white;
    background: transparent url("../images/slide_desc_bg.png") top left repeat;
}

div.slide-description div.titre {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

div.slide-description div.short-description {
    color: white;
    font-size: 12px;
    font-weight: normal;
}
