
#galleryCarousel .carousel-control.right, #galleryCarousel .carousel-control.left{
    background-color: #303030;
    width: 45px;
    height: 90px;
    top: 40%;
}


#galleryCarousel .carousel-control.right{
    border-radius: 90px 0px 0px 90px;
     -moz-border-radius:  90px 0px 0px 90px;
     -webkit-border-radius:  90px 0px 0px 90px;
}

#galleryCarousel .carousel-control.left{
    border-radius: 0 90px 90px 0;
     -moz-border-radius: 0 90px 90px 0;
     -webkit-border-radius: 0 90px 90px 0;
}


#galleryCarousel .carousel-control.right .fa-3x, #galleryCarousel .carousel-control.left .fa-3x{
	font-size : 45px;
	line-height : 90px;
	color: #FFF;
}

#galleryCarousel .carousel-control.right .fa-3x{
	margin-left: 5px;
}

#galleryCarousel .carousel-control.left .fa-3x{
	margin-right: 5px;
}

#galleryCarousel .carousel-indicators-numbers li{
      text-indent: 0;
      margin: 0 2px;
      border: none;
      border-radius: 0;
      line-height: 16px;
      color: #fff;
      background-color: #F3F4EF;
      transition: all 0.25s ease;
      display: none;
}
#galleryCarousel .carousel-indicators-numbers li.active ,.carousel-indicators-numbers li:hover{
	margin: 0 2px;
    width: 35px;
    height: 20px;
    background-color: #F3F4EF;
    display: inline; 
    padding: 7px 25px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}


