.carousel {
	margin-bottom:0;
}

#myCarousel .bannerBtnPanel {position: absolute;left: 0;right: 0;bottom: 15px;text-align: center;border-radius: 2px;font-weight: bold;}
#myCarousel .bannerBtn {
    background-color: #E30512;
    color: #ffffff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 3px;
}
#myCarousel .bannerBtn:hover {text-decoration:none;}

.carousel-inner > .item {
   text-align:center;
}
.carousel-inner > .item img {
   width:100%;
}
.carousel-inner > .item .titlePanel {
    position: absolute;
    right: 50px;
    bottom: 15px;
    padding: 15px;
    background-color: #0009;
    border-radius: 10px;
    min-width: 300px;
    text-align: left;

}
.carousel-inner > .item .titlePanelRow1 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.carousel-inner > .item .titlePanelRow2 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-style: italic;
}
#slider {
    background-color: transparent;
	overflow:hidden;
}
.carousel-caption {
    bottom: none;
	top: 5%;
}
.carousel-control {
	width: 6%;
}
.carousel-control.left > span {
    display: inline-block;
    position: absolute;
    top: 40%;
}

.carousel-control.right > span {
	display: inline-block;
    position: absolute;
    top: 40%;
}
.carousel-indicators {
   
}
.carousel-inner > .item { max-height: auto; }

#slider .titlePanel {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

#slider .titlePanelInner { display: inline-block;padding: 20px;}
#slider .titlePanelRow1 { color: #fff;font-weight: bold;font-size: 30px;text-align: left;background-color: #00000036;padding: 20px;padding-bottom: 0px;}
#slider .titlePanelRow2 { color: #fff;font-size: 18px;background-color: #00000036;padding: 20px;padding-top: 0px;text-align: right;}

#slider #sliderOverlay {
    background-image: url(cssimg/slider_foreground_new.png);
    background-position: right center;
    z-index: 30;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 5px;
}

.control {
    cursor: pointer;
    display: block;
    height: auto;
    width: 1px;
}
#leftControl {
    color: #dddddd;
    display: inline-block;
    float: left;
    width: 15px;
}
#rightControl {
    color: #dddddd;
    display: inline-block;
    float: left;
    margin-left: 4px;
    width: 15px;
}
.sliderLink {
    background-color: transparent;
    border: 0 solid transparent;
}
#slideIndex {
    bottom: 0;
    display: block;
    margin-bottom: 5px;
    max-width: 300px;
    position: absolute;
    right: 10px;
}
.numbers {
    background: #2e9bc5 none repeat scroll 0 0;
    border: 1px solid #2e9bc5;
    border-radius: 50%;
    color: #2e9bc5;
    cursor: pointer;
    display: inline-block;
    float: left;
    font: 7px Arial;
    height: 13px;
    margin: 3px 0 2px 5px;
    padding: 1px;
    text-align: center;
    width: 13px;
}


.carousel-indicators {

    bottom: 5%;
    left: 20%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    list-style: none;
    display: inline-block;

}

.carousel-indicators .active {

    width: 10px;
    height: 10px;
    background-color: #000000b5;
    border-radius: 40px;
    text-align: center;
    text-indent: 0;
    color: transparent;
    margin-right: 5px;
    border: 1px solid #bab7b7;

}


.carousel-indicators li {

    width: 10px;
    height: 10px;
    background-color: #ffffffc2;
    border-radius: 40px;
    text-align: center;
    text-indent: 0;
    color: transparent;
    margin-right: 5px;

}
