.image_carousel {padding: 0 35px 0 -35px; position: relative; width:105%;}
.image_carousel img {height:80px; width:180px; margin-right:40px; display: block; float: left;box-shadow:0 0 0 !important;border-radius:0 !important}
.via_shortcode a.prev, .via_shortcode a.next{top:35%}

a.prev {display:none;}
a.prev:hover, a.next:hover {opacity:0.6}
a.prev.disabled, a.next.disabled {opacity:0.3}
a.next {display:none;}
a.prev.disabled, a.next.disabled {cursor: default;}
a.prev span, a.next span {display: none;}
.clearfix {float: none;clear: both;}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
a.prev, a.next {background: url(images/nav_tablet.png) no-repeat transparent; width: 20px; height: 10px;}
a.next {background-position: -10px 0;}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
a.prev, a.next {background: url(images/nav_mobile.png) no-repeat transparent; width: 16px; height: 8px;}
a.next {background-position: -8px 0;}
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
