/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 15, 2017, 3:19:14 PM
    Author     : chrismuzele
*/

.bx-wrapper .bx-controls-direction a
{
    display:none;
	
	
}

#bx-pager
{
    text-align:center;
	width:675px;
	float:right;
}

a .carreau
{
   width: 30px;
   height:5px;
   background:#DDDDDD;
   display:inline-block;
   margin:0 10px;
}

a.active .carreau
{
   
   background:#5B6272;
}