#myCarousel img{
    width:100%;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    width: 100%;
    text-align: right;
    list-style: none;
    padding-left: 0;
    padding-right: 1%;
	margin-top:3px;
	margin-bottom:3px;
    margin-left: 0px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7%;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=70);
    opacity: .7;
}
.carousel-control:hover,
.carousel-control:focus  {
    color: #000;
    text-align: center;
    opacity: .9;
}
.carousel-indicators li,.carousel-indicators li.active {
    height:10px;
    width:10px;
    border-width:1px;
    position:relative;
    box-shadow:0px 0px 0px 0px #808080
}
.carousel-indicators li {
    background-color:#ffffff;   
}
.carousel-indicators li.active {
    background-color: #f5b072;
    margin: 1px;
}
.carousel-caption {
    font-size: 2em;
	right: 0px;
	left: 0px;
	bottom:0px;
	text-align: center;
    /*background: rgb(0, 0, 0, 0.6);*/
    background-image:url("../../images/sliderCaptionBg.png");
    
}

.carousel-caption div:first-child {
	font-weight:bold;
}
.carousel-tablist-highlight {
    display:block;
    position:absolute;
    outline:2px solid transparent;
    background-color:transparent;
    box-shadow:0px 0px 0px 1px transparent
}

.carousel-tablist-highlight.focus {
    outline:2px solid #6495ED;
}

/* a.carousel-control:focus {
    outline:2px solid #6495ED;
} */

.carousel-pause-button {
    position:absolute;
    top:-30em;
    left:-300em;
    display:block
}

.carousel-pause-button.focus {
    top:0.5em;
    left:0.5em
}

/*--------------SM device size-----------*/
@media screen and (min-width:769px) and (max-width: 991px) {    
    #slider {
        margin-top: 10px;
    }
    .carousel-caption {
        font-size: 1.7em;
    }
}
/*--------------XS device size-----------*/
@media screen and (max-width: 768px) {
    .container-fluid {
        padding: 0px;
    }    
    .carousel-caption {
        position: initial;
        padding: 7px 5px;
        background-color: #004382;
        border-top: 2px solid #000;
        font-size: 1.6em;
		text-align:center;
    }
    .carousel-indicators {
        position:initial;
        padding: 10px 0px;
        margin: 0px;
        text-align:center;
        background-color: #238188
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        height:14px;
        width:14px;
        margin:0px 6px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .glyphicon-chevron-left {
        top:30%;
        margin: 0px;
    }
}