@charset "utf-8";
/** * This <div> element is wrapped by jCarousel around the list * Download by http://www.codefans.net * and has the classname "jcarousel-container". */
.jcarousel-skin-tango3 .jcarousel-container{position: relative;}
.jcarousel-skin-tango3 .jcarousel-clip{z-index: 2; padding: 0; margin:0; overflow: hidden; position: relative;}
.jcarousel-skin-tango3 .jcarousel-clip .jcarousel-list{margin:0px;}
.jcarousel-skin-tango3 .jcarousel-list{z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0;}
.jcarousel-skin-tango3 .jcarousel-list li,
.jcarousel-skin-tango3 .jcarousel-item{float: left; list-style: none; text-align:left; width:160px; height:67px; /* We set the width/height explicitly. No width/height causes infinite loops. */}
/** * The buttons are added dynamically by jCarousel before * the <ul> list (inside the <div> described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */
.jcarousel-skin-tango3 .jcarousel-next{z-index: 3; display: none;}
.jcarousel-skin-tango3 .jcarousel-prev{z-index: 3; display: none;}
.jcarousel-skin-tango3 .jcarousel-direction-rtl{direction: rtl;}
.jcarousel-skin-tango3 .jcarousel-container-horizontal{width:640px; margin:0 auto;}
.jcarousel-skin-tango3 .jcarousel-clip-horizontal{width:640px;height:67px;}
.jcarousel-skin-tango3 .jcarousel-item{overflow:hidden; margin:0}
.jcarousel-skin-tango3 .jcarousel-item img{width:160px; height:67px;}
/** * Horizontal Buttons */
.jcarousel-skin-tango3 .jcarousel-prev-horizontal{position: absolute; top:28px; right:-22px; width:7px; height:13px; cursor: pointer; background: transparent url(../images/brand-right.gif) no-repeat 0 0}
.jcarousel-skin-tango3 .jcarousel-next-horizontal{position: absolute; top:28px; left:-22px; width:7px; height:13px; cursor: pointer; background: transparent url(../images/brand-left.gif) no-repeat 0 0}