/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	height:75px;
}

.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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	margin-right:10px;
	margin-left:10px;
    width: 179px;
    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;
}

/* CARROSSEL PRINCIPAL */

.jcarousel-skin-tango
{
	height:75px;
	margin-top:15px;
	margin-bottom:15px;

}
.jcarousel-skin-tango ul
{
	float:left;
	margin:0;
	padding:0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    
	height:75px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  800px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 179px;
    height: 75px;
}


/* CARROSSEL DE FOTOS */

.jcarousel-skin-tango2
{
	margin-top:15px;
	margin-bottom:15px;
}
.jcarousel-skin-tango2 ul
{
	float:left;
	margin:0;
	padding:0;
}
.jcarousel-skin-tango2 .jcarousel-container-horizontal {
    
	height:70px;
}

.jcarousel-skin-tango2 .jcarousel-container-vertical {
    width: 70px;
    height: 70px;
}

.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
    width:  800px;
    height: 70px;
}

.jcarousel-skin-tango2 .jcarousel-clip-vertical {
    width:  70px;
    height: 70px;
}

.jcarousel-skin-tango2 .jcarousel-item {
    width: 120px;
    height: 70px;
}

.jcarousel-skin-tango2 .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	margin-right:10px;
	margin-left:10px;
    width: 137px;
    height: 70px;
}


/* GASTRONOMIA */

.jcarousel-skin-tango3
{
	height:173px;
	margin-top:15px;
	margin-bottom:15px;
	float:right;

}
.jcarousel-skin-tango3 ul
{
	float:left;
	margin:0;
	padding:0;
}
.jcarousel-skin-tango3 .jcarousel-container-horizontal {
    
	height:173px;
}

.jcarousel-skin-tango3 .jcarousel-container-vertical {
    width: 267px;
    height: 173px;
}

.jcarousel-skin-tango3 .jcarousel-clip-horizontal {
    width:  267px;
    height: 173px;
}

.jcarousel-skin-tango3 .jcarousel-clip-vertical {
    width:  267px;
    height: 173px;
}


.jcarousel-skin-tango3 .jcarousel-item {
    float: left;
    list-style: none;
	padding:0;
	margin:0;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 267px;
    height: 173px;
}
