

.jcarousel-skin-tango .jcarousel-container-vertical {
    padding: 30px 0;
	margin:-30px 0;
}

/*IE6 Hack*/ * html .jcarousel-skin-tango .jcarousel-container-vertical{height:1%;}

.jcarousel-skin-tango .jcarousel-clip-vertical {
	height: 275px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;	/*width:245px;*/
	padding-right: 5px;
}


.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height:115px;
	width:800px;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: -20px;
    width: 9px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../img/all/bullet_galeria_derecha.gif) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 9px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../img/all/bullet_galeria_izquierda.gif) no-repeat 0 0;
}

/*IE6 Hack*/ * html .jcarousel-skin-tango .jcarousel-prev-horizontal {left:-40px;}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
    cursor: default;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 15px;
    left: 100px;
    width: 15px;
    height: 8px;
    cursor: pointer;
    background: transparent url(../img/all/bullet_feed_abajo.gif) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-next-disabled-vertical{
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 15px;
    left: 100px;
    width: 15px;
    height: 8px;
    cursor: pointer;
    background: transparent url(../img/all/bullet_feed_arriba.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical{
    cursor: default;
}

