/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	top: 60px;
}
ul#carouselFrase,
ul#carouselFondo{
	margin: 0 !important	;
	}
ul#carouselFondo,ul#carouselFrase {
	height: 90px;
	}	
.elegielfondo .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 550px;
	left: 35px;
}
.elegilafrase .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 525px;
	left: 55px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.elegielfondo .jcarousel-list li,
.elegielfondo .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 140px;
    height: 89px;
	background: none !important;
	padding: 0 !important;
}

.elegilafrase .jcarousel-list li,
.elegilafrase .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 154px;
    height: 92px;
	background: none !important;
	padding:0 10px 0 0 !important;
	margin: 0 10px 0 0;
	border-right: 1px dotted #fff;
	}

/**
 * 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;
}


/*
* SKIN
*/

.internas .desarrollo .elegielfondo .jcarousel-skin-tango .jcarousel-container-horizontal {
	height:160px;
	padding:0 30px;
	width:390px;
}
.internas .desarrollo .carouselPlantel .jcarousel-skin-tango .jcarousel-container-horizontal {
	height:160px;
	padding:0 30px;
	width:390px;
}
.internas .desarrollo .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  404px;
    height: 160px;
}

.internas .desarrollo  .corto .jcarousel-skin-tango .jcarousel-clip-horizontal {
	margin:0 0 0 7px;
	width:397px !important;
}


.internas .desarrollo .jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 160px;
}
.internas .desarrollo .jcarousel-skin-tango .jcarousel-item-horizontal {
/*     margin-right: 10px;
	background: none; */
}
.internas .desarrollo .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/*
 *  Horizontal Buttons
 */
.elegielfondo .jcarousel-next-horizontal {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll -13px 0px;
	cursor:pointer;
	height:15px;
	position:absolute;
	right:20px;
	top:23px;
	width:15px
}
.elegielfondo .jcarousel-next-horizontal:hover {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll -13px -16px;
	cursor:pointer;
	height:15px;
	position:absolute;
	right:20px;
	top:23px;
	width:15px
}
.elegilafrase .jcarousel-next-horizontal {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll -13px 0px;
	cursor:pointer;
	height:15px;
	position:absolute;
	right:20px;
	top:23px;
	width:15px;
}
.elegilafrase .jcarousel-next-horizontal:hover {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll -13px -16px;
	cursor:pointer;
	height:15px;
	position:absolute;
	right:20px;
	top:23px;
	width:15px;
}


.elegielfondo.jcarousel-next-horizontal:active {
    background-position: -13px 0;
}


.elegielfondo .jcarousel-prev-horizontal {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll 0 0;
	cursor:pointer;
	height:16px;
	left:15px;
	position:absolute;
	top:26px;
	width:15px;

}

.elegilafrase .jcarousel-prev-horizontal {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll 0 0px;
	cursor:pointer;
	height:16px;
	left:15px;
	position:absolute;
	top:26px;
	width:15px;
}

.elegielfondo .jcarousel-prev-horizontal:hover {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll 0 -16px;
	cursor:pointer;
	height:16px;
	left:15px;
	position:absolute;
	top:26px;
	width:15px;

}

.elegilafrase .jcarousel-prev-horizontal:hover {
	background:transparent url(/img/common/seccion_postales/arrows.gif) repeat scroll 0 -16px;
	cursor:pointer;
	height:16px;
	left:15px;
	position:absolute;
	top:26px;
	width:15px;
}


