/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {position: relative; margin:0; padding:0;}
.jcarousel-clip {z-index: 2;padding: 0; margin: 0; overflow: hidden; position: relative;}
.jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
.jcarousel-item {float: left;list-style: none; width: 75px;height: 75px;}

/**
 * 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-next {z-index: 3;display: none;}
.jcarousel-prev {z-index: 3;display: none;}


/* .jcarousel-container {background: #fff;}- */
.jcarousel-container img {border:0;}
.jcarousel-container-horizontal {width: 560px;padding:0;margin-left:1px;}
 .jcarousel-clip-horizontal {width: 560px; height:175px;margin-bottom:10px;}
 .jcarousel-item {width: 174px;height:175px;}
 .jcarousel-item-horizontal {margin-right: 18px;}
 .jcarousel-item-placeholder {background: #fff;color: #999;}


/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {position: absolute;top:190px;right:9px;width:17px;height:15px;cursor: pointer;background: transparent url('../imgs/layout/carrousel_next.gif') -17px 0 no-repeat;}
 .jcarousel-next-horizontal:hover {background-position: -17px 0;}
 .jcarousel-next-horizontal:active {background-position: -17px 0;}
 .jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {cursor: default;background-position: 0 0;}
 .jcarousel-prev-horizontal {position: absolute;top: 190px;left:9px;width: 17px;height: 15px;cursor: pointer;background: transparent url('../imgs/layout/carrousel_prev.gif') 0 0 no-repeat;}
 .jcarousel-prev-horizontal:hover {background-position: 0 0;}
 .jcarousel-prev-horizontal:active {background-position: 0 0;}
 .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {cursor: default;background-position: -17px 0;}

.jcarousel-list-horizontal {width: 1000px;}

#acarousel li a.alt {display:none;}

.barraNavegacion {
	/*background:url('../imgs/layout/barra_carrousel.gif') no-repeat;*/
	width:560px;height:21px;
}
