.jcarousel-skin-beauty-gallery .jcarousel-container {
    float: left;
}

.jcarousel-skin-beauty-gallery .jcarousel-container-horizontal {
   	padding: 5px 0 0 0;
    margin: 0 auto;
    width:  309px;
    height: 120px;
    text-align: center;
}

.jcarousel-skin-beauty-gallery .jcarousel-clip-horizontal {
    width:  222px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

.jcarousel-skin-beauty-gallery .jcarousel-item {
    width: 109px;
    height: 120px;
    text-align: center;
    margin: 0;
    list-style: none;
    margin: 0 1px 0 1px;
}

.jcarousel-skin-beauty-gallery .jcarousel-item-horizontal {
	text-align: center;
	list-style: none;
}

.jcarousel-skin-beauty-gallery .jcarousel-item-placeholder {
    text-align: center;
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-beauty-gallery .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../pics/make_up_studio/btn_next_normal.jpg") no-repeat 0 0;
}
 
.jcarousel-skin-beauty-gallery .jcarousel-next-horizontal:hover {
    background: transparent url("../pics/make_up_studio/btn_next_hover.jpg") no-repeat 0 0;
}

.jcarousel-skin-beauty-gallery .jcarousel-next-horizontal:active {
    background: transparent url("../pics/make_up_studio/btn_next_hover.jpg") no-repeat 0 0;
}

.jcarousel-skin-beauty-gallery .jcarousel-next-disabled-horizontal,
.jcarousel-skin-beauty-gallery .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-beauty-gallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -87px 0;
}


.jcarousel-skin-beauty-gallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 2px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../pics/make_up_studio/btn_prev_normal.jpg") no-repeat 0 0;
} 

.jcarousel-skin-beauty-gallery .jcarousel-prev-horizontal:hover {
    background: transparent url("../pics/make_up_studio/btn_prev_hover.jpg") no-repeat 0 0;
}

.jcarousel-skin-beauty-gallery .jcarousel-prev-horizontal:active {
    background: transparent url("../pics/make_up_studio/btn_prev_hover.jpg") no-repeat 0 0;
}

.jcarousel-skin-beauty-gallery .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-beauty-gallery .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-beauty-gallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -87px 0;
}