﻿        .carousel-indicators {
position: static;
bottom: auto;
left: auto;
width: auto;
            padding-left: initial;
list-style: none;
            margin-left: 0px; /* This fixes the IE10 carousel problem where left-aligned elements ride off the screen.*/
            text-align: left;
            padding-top:2px;
}



        .carousel-indicators .active {
            margin: auto;
            width: auto;
            height: auto;
        }

        .carousel-indicators li {
            border-color: initial; 
 background-color: initial;
    
    
    }

        .carousel-indicators li {
            display: block;
            width: auto;
            height: auto;
            margin: auto;
            text-indent: initial;
            border: initial;
            border-radius: initial;
            cursor: initial;
            background-color: initial;
        }

