
#slides {
	overflow: hidden;
	position: relative;
	/*width: 100%;*/
	height: 300px;
	/*margin: 20px auto;*/
    /*border: 1px solid #EBEEEF;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0 0 1px #999;*/
}

#slides ul#ulSlide {
	list-style: none;
	width:100%;
	height:300px;
	margin: 0;
	padding: 0;
	position: relative;
}

 #slides li.slide {
	/*width:66%;*/
	height:300px;
	float:left;
	position: relative;
	font-family:lato, sans-serif;
}

 #slides li.slide ul li {
 list-style-type:disc;
 }

/* Styling for prev and next buttons */
.btn-bar{
    /*max-width: 346px;*/
/*     margin: 0 auto; */
    display: block;
    position: relative;
    /*bottom: 280px;*/
    width: 100%;
}

 #buttons {
	/*padding:0 0 5px 0;*/
	color:#EBEEEF
	/*float:right;*/
}

#buttons span{
	padding: 5px 13px;
	border-radius: 50%;
/* 	width: 25px;
    height: 25px; */
    color:#013B8F;
    text-align: center;
    text-shadow: 0 0 1px #013B8F;
    font-family: 'Amaranth', Arial, Verdana, sans-serif;
    cursor : pointer;

}
.active{
	background: #EBEEEF;

}
.inactive{
    opacity: .5;
    cursor: default;
    background: #4E443C;
}
span#prev {
	float:left;
	/*margin-left:5px;*/
    /*right: -50px;*/
}

span#next {
	float:right;
	/*margin-right:39px;*/
	/*left: -50px;*/
    
}

span#prev:hover, span#next:hover {
	color:#FFF;
	text-shadow:.5px 0px #EBEEEF;  
}


.quoteContainer{
	display: table;

	vertical-align: middle;
/* 	font-family:sans-serif;
	font-weight:300; */
	display: table-cell;
	padding: 5px 20px;
}


.quoteContainerImg span.spanSlide{
	display: table-cell;
	vertical-align:top;
	padding: 5px 10px;

}

 /* dots styles */
.dots_indicator  {
	position: relative;
	top: 8px;
	padding:0; margin:0;
	text-align:center;

}
.dots_indicator li {
	display:inline;
	padding:0; margin:0;
	list-style:none;


}
.dots_indicator a {
	position: relative;
	display:inline-block;
	height: 13px;
 	width: 13px;
	text-indent: -9999px;
	border-bottom:0;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	
	z-index:25;
}
.active_dots{
	background: #013B8F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 13px;
 	width: 13px;

	
}
.dots_indicator li + li a {
	z-index:10;
}
