/*
*/
.jcarousel-skin-tango { position: fixed; bottom: 40px; left: 50%; margin-left: -180px;}
.jcarousel-skin-tango .jcarousel-container { -moz-border-radius: 10px; padding-top:5px;  }
.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 360px;  padding-left: 30px; padding-right: 30px; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 350px; height: 92px; padding: 2px; overflow:hidden;  }
.jcarousel-skin-tango .jcarousel-item { width: 42px; height: 26px; overflow: hidden; border: 1px white solid; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; border-radius: 5px }
.jcarousel-skin-tango .selected { border: 1px #F39D1D solid; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
.jcarousel-skin-tango .hover { border: 1px #F39D1D solid; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin: 5px; }

/**
 *  Horizontal Buttons*/
.jcarousel-skin-tango .jcarousel-next-horizontal { display: none; position: absolute; right: 5px; top: 0px; width: 25px; height: 50px; cursor: pointer;/* background: url(../images/seta-right.png) center center no-repeat;*/ }
.jcarousel-skin-tango .jcarousel-prev-horizontal { display: none; position: absolute; top: 0px; left: 0px; width: 25px; height: 50px; cursor: pointer; /*background: url(../images/seta-left.png) center center no-repeat;*/ }
/**/
.jcarousel-skin-tango .jcarousel-next-horizontal:hover { /*background: url(../images/seta-right-over.png) center center no-repeat;*/ }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover { /*background: url(../images/seta-left-over.png) center center no-repeat;*/ }
/**/