

.jcarousel-wrapper{
	 max-width: 100%;
	 width:100%;
	/* background-color:#000;
	 opacity:.77;*/
	 margin-bottom:10px;
	 padding:0px;
}
.carousel-quote{

}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
	width:100%;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
	/*width:100%;
  max-width:700px;
   max-width:887px;*/
  
  display: block;

}

.carousel-quote blockquote {
  margin: 0;
  padding: 0;  margin-top: 10px;
}
.carousel-quote blockquote p {
  font-size: 16px;
  color: #FFF;
  margin: 0.4em 0 1em;
   margin: 0 0 15px !important;
}

.carousel-quote blockquote footer {
  font-size: 14px;
  font-style: italic;
      margin-right: 5px;
	  color:#FFF;
}
.carousel-quote blockquote footer span{
color:#e0e0e0;
}

.carousel-nav {
  
  padding-top: 5px;
  text-align: center;  margin-top: 0px;

}
.carousel-nav a{
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #034959;
  text-decoration: none;
  color: #fff;
  line-height: 1;
	    font-style: normal;
  margin: 0 1px 0;
  text-align: center;
  font-size: 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;

}
.carousel-nav a:hover{
	background-color:#5292a3;
}
.jcarousel-control-prev{
	
}



