/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.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-container-horizontal, .jcarousel-clip-horizontal  {
    width: 155px;
    height: 75px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 155px;
    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;
}


/**
 * Estilos correspondientes al Carousel central de ofertas de insumos
 */
#maincarousel {margin: 0 auto; width: 500px; height: 150px; }
#maincarousel .jcarousel-control {
    margin: 5px auto 0px;
    text-align: center;
    vertical-align: middle;
    width: 500px;
    height: 35px;
    overflow: hidden;
}
#maincarousel .jcarousel-control a {
    font-size: 12px;
    text-decoration: none;
    margin: 0;
    padding: 17px;
    color: #333;
    background: url(../images/ButtonBlankWhite.jpg) no-repeat center;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

#maincarousel .jcarousel-control a:focus,
#maincarousel .jcarousel-control a:active {
    outline: none;
}


#maincarousel-next,
#maincarousel-prev {
    cursor: pointer;
    text-decoration: underline;
    font-size: 11px;
    display: block; 
    height: 20px;
    width: 20px;
    position: absolute;
}
#maincarousel-next { margin-top: -60px; margin-left: 500px; background: url(../images/scroll_right.gif) no-repeat center;}
#maincarousel-prev { margin-top: -60px; margin-left: -20px; background: url(../images/scroll_left.gif) no-repeat center;}

#maincarousel .jcarousel-container-horizontal, #maincarousel .jcarousel-clip-horizontal  {
    width: 500px;
    height: 100px;
}


#maincarousel .jcarousel-list li,
#maincarousel .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 500px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
#maincarousel .jcarousel-list li a 
{
	color: White; 
	font-weight: bold; 
	display:block;
	font-size:160%;
	overflow:hidden;
	padding:20px 10px 0;
}
.backoferta1 {color: white; background: url(../images/backoferta1.jpg) no-repeat;}
.backoferta2 {color: white; background: url(../images/backoferta2.jpg) no-repeat;}
.backoferta3 {color: white; background: url(../images/backoferta3.jpg) no-repeat;}
.backoferta4 {color: white; background: url(../images/backoferta4.jpg) no-repeat;}
.backoferta5 {color: white; background: url(../images/backoferta5.jpg) no-repeat;}
.backoferta6 {color: white; background: url(../images/backoferta6.jpg) no-repeat;}
.backoferta7 {color: white; background: url(../images/backoferta7.jpg) no-repeat;}
.backoferta8 {color: white; background: url(../images/backoferta8.jpg) no-repeat;}
.backoferta9 {color: white; background: url(../images/backoferta9.jpg) no-repeat;}
.backoferta10 {color: white; background: url(../images/backoferta10.jpg) no-repeat;}