.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 3px;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    width: 100%;
    height: auto !important;
    max-width: 170px;
    max-height: 95px;
    
}

.jcarousel article{
    width: 94%;
}

.jcarousel article header, .jcarousel article header a, .jcarousel article p, .jcarousel article p div{
    width: 96%;
}

.jcarousel article p{
    margin-top: 1px;
    padding: 0;
}

.jcarousel article a h1{
    font-size: 10.5pt !important;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 2px;
    margin: 0.3em 0 0.1em 0 !important;
    clear: both;
    overflow: hidden;
    width: 100%;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
  background: /*url(/images/zacks/black_semi_tranparent.png) repeat scroll 0 0 rgba(0, 0, 0, 0)*/ #FAFAFA;
  display: block;
  margin: 0;
  width: 21px;
  position: absolute;
  left: 0;
  top: 2px;
  color: #009f19;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 30px;
 
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
   margin: 0;
   left: auto;
   right: -1px;
}



/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover{background: transparent; color: #000;}


@media screen and (min-width:1024px){
    .jcarousel ul{margin-left: 18px;}
    .jcarousel-control-prev {left: -6px;}
    .jcarousel-control-prev, .jcarousel-control-next{padding: 34px 0;}
    
}


@media screen and (max-width:1023px){
#slider_wrapper{max-height: 340px; height: auto;}
.jcarousel{width: 98%; margin-left: 2%; padding-top: 20px;}
.jcarousel ul{top: 15px !important;}
.jcarousel img{max-height: 145px !important; min-height: 145px !important;}
.jcarousel-control-prev, .jcarousel-control-next{top: -209px; position: relative; float: left; background: #fff; color: #2EB740 !important; text-decoration: none; text-shadow: none; font: 30px/89px Arial, sans-serif;  border-radius: 0; width: 30px; height: 100px; opacity: 0.6; font-weight: bold;}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover{background: #000; color: #fff !important;}
.jcarousel-control-prev{left: 0;}
/*.jcarousel-control-next{left: 45%;}*/
    
}

@media screen and (max-width:320px){
    .jcarousel-control-prev, .jcarousel-control-next{top: -201px;}
    .jcarousel-control-next{right: -82%;}/* for iPhone6 portrait mode only */
}

@media screen and (min-width:321px) and (max-width:414px){
    .jcarousel-control-next{right: -85%;}/* for iPhone6 and Nexus4 portrait mode only */
}

@media screen and (min-width:385px) and (max-width:414px){
    .jcarousel-control-prev, .jcarousel-control-next{top: -235px;}
}/* for iPhone6 portrait mode only */

@media screen and (min-width:321px) and (max-width:384px){
    .jcarousel-control-prev, .jcarousel-control-next{top: -240px;}
}/* for google nexus 4 portrait mode only */

@media screen and (min-width:415px) and (max-width:567px){
    .jcarousel-control-prev {left: 1%;} 
    .jcarousel-control-next{right: -87%;}
    .jcarousel-control-prev, .jcarousel-control-next{top: -206px;} /* iPhone5 -Nexus4 portrait mode */
}

@media screen and (min-width:568px) and (max-width:600px){
    .jcarousel-control-prev, .jcarousel-control-next{top: -203px;}
    .jcarousel-control-next{right: -91%;}
}

@media screen and (min-width:601px) and (max-width:768px){
    .jcarousel-control-prev, .jcarousel-control-next{top: -224px;}
    .jcarousel-control-next{right: -91%;}
}


@media screen and (min-width:769px) and (max-width:1023px){
    .jcarousel-control-prev, .jcarousel-control-next{top: -206px;}
    .jcarousel-control-next{right: -91%;}
}



