.item img {

	border: 1px solid #3375AF;

	padding: 1px 1px 1px 1px;

	float: left;

}

.item h5 {

	float: left;

	padding: 0px 0px 5px 15px;

	margin: 0px 0px 0px 5px;

	background: url(/arte/carrusell_flecha.gif) no-repeat left top;

	width: 125px;

}

.item p {

	float: left;

	margin-left: 10px;

	width: 125px;

}

.texto {
	float: left;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	margin-left: 10px;
	width: 125px;
}

/*
.jcarousel-scope {

    position: relative;

    width: 705px;

    height: 117px;

    background: #EDF4F7;

    border-bottom:1px solid #C1DBED;

    border-top:1px solid #C1DBED;

    padding: 10px 35px;

    margin-top: 15px;

    margin-left: 5px;

}





.jcarousel-list {

    overflow: hidden;

    margin: 0;

    padding: 0;

}



.jcarousel-list li {

    float: left;

    list-style: none;

    width: 235px;

    height: 100px;

    margin-top: 10px;

    margin-right: 10px;

}





.jcarousel-next {

    position: absolute;

    top: -1px;

    right: 0px;

    cursor: pointer;

}



.jcarousel-next-disabled {

    cursor: default;

}



.jcarousel-prev {

    position: absolute;

    left: 0px;

    top: -1px;

    cursor: pointer;

}



.jcarousel-prev-disabled {

    cursor: default;

}
*/

/**
 * 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 0 0 12px;
    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. */
    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;
}



