
/** CARTAZ CINEMA **/

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:335px;
	height:120px;
    padding: 10px 30px;
	background:#E6E6E6;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 330px;
    height: 125px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 90px;
    height: 320px;
	text-align:center;
}
.jcarousel-skin-tango .jcarousel-item img{
	border:none;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 30px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/***  Horizontal Buttons */

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 12px;
    width: 13px;
    height: 22px;
    cursor: pointer;
    background:transparent url(../../img/prev_next.png) -13px 0 no-repeat;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 12px;
    width: 13px;
    height: 22px;
    cursor: pointer;
    background:transparent url(../../img/prev_next.png) 0 0 no-repeat;
}

/** GALERIA DE FOTOS **/

.jcarousel-skin-fotos .jcarousel-container {
}

.jcarousel-skin-fotos .jcarousel-container-horizontal {
    width:460px;
	height:130px;
    padding: 10px 30px;
}

.jcarousel-skin-fotos .jcarousel-clip-horizontal {
    width: 455px;
    height: 140px;
}


.jcarousel-skin-fotos .jcarousel-item {
    width: 130px;
    height: 320px;
	text-align:center;
}

.jcarousel-skin-fotos .jcarousel-item img{
	border:#666 1px solid;
}

.jcarousel-skin-fotos .jcarousel-item-horizontal {
    margin-right: 30px;
}


.jcarousel-skin-fotos .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/***  Horizontal Buttons */

.jcarousel-skin-fotos .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 12px;
    width: 13px;
    height: 22px;
    cursor: pointer;
    background:transparent url(../../img/prev_next.png) -13px 0 no-repeat;
}


.jcarousel-skin-fotos .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 12px;
    width: 13px;
    height: 22px;
    cursor: pointer;
    background:transparent url(../../img/prev_next.png) 0 0 no-repeat;
}

