
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:99.3%;
	margin-left:2px;
    background:#ffffff;
   /*border:1px solid #dcdcdc;  */
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;

}

/*** Navigation ***/

.nbs-flexisel-nav-left {
    padding:5px 8px;
    border-radius: 30% 0% 0% 30%;
    -moz-border-radius:30% 0% 0% 30%;
    -webkit-border-radius:30% 0% 0% 30%;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: #2ab171;
    color: #fff;
	opacity:0.5;    
}

.nbs-flexisel-nav-right {
    padding:5px 8px;
    border-radius: 0% 30% 30% 0%;
    -moz-border-radius:0% 30% 30% 0%;
    -webkit-border-radius:0% 30% 30% 0%;
	  
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: #2ab171;
    color: #fff;
	opacity:0.5;    
}


.nbs-flexisel-nav-right {
    padding:12px 5px; 
}


.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
   
	opacity:1;    
}

.nbs-flexisel-nav-left {
    left: 2px;
	padding:12px 5px;
}

.nbs-flexisel-nav-left:before {
content: url(http://www.abamako.com/ELECTIONS/presidentielles/2018/images/arrow-left.png);
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 2px;    
}

.nbs-flexisel-nav-right:before {
content: url(http://www.abamako.com/ELECTIONS/presidentielles/2018/images/arrow-right.png);
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


.encartElectionP_User {
    height: 180px;
    width: 95px;
    float: left;
    margin: 4px;
    text-align: center;
}

.encartElectionP_UserInfo {
    height: 130px;
    width: 100%;
    display: block;
    text-align: center;
}

.encartElectionP_UserName {
    color: #4c4c4c;
    text-decoration: none;
	line-height:1;
	font-size:12px !important;

}

#img_curve_border {

    border-radius: 50px;
    margin-right: 3px;
}

.encartElectionP_Voix {
    height: 30px;
    width: 90px;
    float: left;
    margin: 4px auto;
    text-align: center;
    padding: 2px;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 36px;
    border-top: 1px dotted #dcdcdc;
}

.encartElectionP_Logo {
    height: 40px;
    width: 90px;
    float: left;
    margin: 4px auto;
    text-align: center;
    padding: 2px;
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 36px;
    border-top: 1px dotted #dcdcdc;
    border-bottom: 1px dotted #dcdcdc;
}