#fotos-producto .jcarousel-container2 {
    width: 170px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 30px !important; padding-right: 10px
}

#fotos-producto .jcarousel-clip{
    width:  200px;
    height: 190px;
}

#fotos-producto .jcarousel-list{
    width:  200px;
    height: 180px;
}

#fotos-producto .jcarousel-list li{
    width: 200px;
    height: 180px;
    margin-right: 13px;
}

#fotos-producto .jcarousel-item-placeholder {
    background: #fff url(../imagenes/jcarousel_loading.gif) 50% 50% no-repeat;
}
#fotos-producto .jcarousel-list img{
	text-decoration: none;
	width: 170px;
	height: 170px;
	border: 2px solid #333333;
}
/**
 *  Horizontal Buttons
 */
#fotos-producto .jcarousel-next-horizontal {
    position: absolute;
    top: 190px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../imagenes/jcarousel_next.png) no-repeat 0 0;
}

#fotos-producto .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

#fotos-producto .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

#fotos-producto .jcarousel-next-disabled-horizontal,
#fotos-producto .jcarousel-next-disabled-horizontal:hover,
#fotos-producto .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#fotos-producto .jcarousel-prev-horizontal {
    position: absolute;
    top: 190px;
    left: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../imagenes/jcarousel_prev.png) no-repeat 0 0;
}

#fotos-producto .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

#fotos-producto .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#fotos-producto .jcarousel-prev-disabled-horizontal,
#fotos-producto .jcarousel-prev-disabled-horizontal:hover,
#fotos-producto .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
