.leobttslider {
	position:relative;
	margin-bottom: 0;
}
.leobttslider .carousel-inner{
	position:relative;
	margin-bottom: 0
}
.leobttslider .banner-info{
	background:url(images/bg-slider.png);
	color: #FFFFFF;
    line-height: 18px;
    min-height: 100px;
    padding: 15px;
    position: absolute;
    right: 45px;
    text-align: center;
    bottom: 55px;
    width: 225px;
    z-index: 7;
}
.banner-info h1 {
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0;
}
.banner-info a.bnt{
	border: 3px solid #e1596c;
	color: #45a5a5;
	background: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 0 22px ;
	 line-height: 35px;
	 display: inline-block;
	 margin: 20px 0 10px;
	 font-family: "lora",arial;
	 font-size: 13px;
	 font-weight: 700;
	}


.leobttslider .carousel-indicators{
	bottom: 30px;
    left: auto;
	right: 0;
	display: inline-block;
	width: auto;
	padding: 0 10px;
    top: inherit;
}
.leobttslider .carousel-indicators li{ 
	display:block;
	float:left;	
	z-index:20;
	padding: 0;
    width: 9px;
    height: 9px;
    cursor: pointer;
	background-color: #000;
	border-color: transparent;
	border-radius: 10px 10px 10px 10px;
	position: relative;
	margin: 5px 4px;
}
.leobttslider .carousel-indicators li:hover,
.leobttslider .carousel-indicators li.active{ 
	background-color: #FFFFFF;
    height: 5px;
    width: 5px;
	margin: 7px 6px;
	
}
.leobttslider .carousel-indicators li.active:before,
.leobttslider .carousel-indicators li:hover:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    content: "";
    height: 15px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 15px;
}	

.leobttslider  .thumb-indicators li {text-indent:0; 
   display: block;
    float: left;
    height: auto;
    margin: 10px 0 10px 8px;
    padding: 0;
    text-indent: 0;
    width: auto;
    z-index: 20;
}
.leobttslider .slide-info {
	position: absolute;
	top: 28%;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	text-align: center; font-size:18px; font-family: tahoma; font-weight: bold;
	color: rgba(180,150,56,0.92);
}
	.leobttslider .leoslide-description {
		color: #8C8D8D;
		font-size: 20px;
		line-height: 22px;
	}
	.leobttslider .slide-info h2{
		font-size: 36px;
		font-weight: bold;
	}
	.leobttslider .slide-info a {
    color: rgba(180,150,56,0.92);
	
    text-transform: uppercase;
}
	.leobttslider .slide-info .slide-desc {
    margin-bottom: 40px;
	}
	.leobttslider .slide-info .readmore:hover{background: #666;}
	.leobttslider .slide-info .readmore{
	    padding: 10px;	
	    border: 1px solid;
	}
#slideshow .carousel-control {
	/* display: none; */
}
#slideshow .leobttslider:hover .carousel-control {display: block}
#slideshow .carousel-control {
	height: 72px;
	width: 40px;
	top: 50%;
	border:0;
	text-indent: -9999px;
	opacity: 1;
	transition: none;
	
	margin-left: 0;
	margin-right: 0;
}
#slideshow .carousel-control.left {
	background: url(images/large_left.png);
    
	left: 0;
}
#slideshow .leobttslider .carousel-control.left:hover {
}
#slideshow .carousel-control.right {
	background: url(images/large_right.png);
	right: 0;
}
#slideshow .carousel-control.right:hover{
} 