.default.jcarousel-container {
	-moz-border-radius: 10px;
	background: transparent;
	/*border: 1px solid #ffffff;*/
}

.default.jcarousel-container-horizontal {
    width: 80px;
    padding: 0px 30px;
}

.default .jcarousel-clip-horizontal {
    width:  80px;
    height: 80px;
}

.default .jcarousel-item {
    width: 80px;
    height: 80px;
   /*border: 1px solid #ffffff;*/
}

.jcarousel-item-horizontal img {
    border: 2px solid #4f4f4f;
}

.jcarousel-item-horizontal p {
    margin: 5px;
    text-align: center;
    clear: both;
    white-space: wrap;
}

.jcarousel-item-placeholder {
    background: transparent url(loading-small.gif) 50% 50% no-repeat;
}

.jcarousel-next {
    top: 50px;
    right: 5px;
}

.jcarousel-prev {
    top: 50px;
    left: 5px;
}

.default .jcarousel-item:hover {
	/* border: 1px solid #ffffff;*/
}

.default .jcarousel-item-horizontal {
    margin-right: 7px;
}

.default .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.default .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.default .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 3px;
    width: 22px;
    height: 31px;
    cursor: pointer;
    background: transparent url('/gallery/img/skin/admin_manage_carousel_right_arrow.gif') no-repeat 0 0;
}

.default .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
	 background: transparent url('/gallery/img/skin/admin_manage_carousel_right_arrow.gif') no-repeat 0 0;
}

.default .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
	 background: transparent url('/gallery/img/skin/admin_manage_carousel_right_arrow.gif') no-repeat 0 0;
}

.default .jcarousel-next-disabled-horizontal,
.default .jcarousel-next-disabled-horizontal:hover,
.default .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
	/*background: transparent url(admin_manage_carousel_right_arrow_disabled.gif) no-repeat 0 0;*/
	background: transparent no-repeat 0 0;
}

.default .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 22px;
    height: 31px;
    cursor: pointer;
    /*background: transparent url(prev-horizontal.gif) no-repeat 0 0;*/
	  background: transparent url('/gallery/img/skin/admin_manage_carousel_left_arrow.gif') no-repeat 0 0;
}

.default .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
	 background: transparent url('/gallery/img/skin/admin_manage_carousel_left_arrow.gif') no-repeat 0 0;
}

.default .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
	 background: transparent url('/gallery/img/skin/admin_manage_carousel_left_arrow.gif') no-repeat 0 0;
}

.default .jcarousel-prev-disabled-horizontal,
.default .jcarousel-prev-disabled-horizontal:hover,
.default .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
	/*background: transparent url(admin_manage_carousel_left_arrow_disabled.gif) no-repeat 0 0;*/
	background: transparent no-repeat 0 0;
}

/**
 *  Vertical Buttons
 */
 /*
 
.default.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.default .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.default .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.default .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.default .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.default .jcarousel-next-disabled-vertical,
.default .jcarousel-next-disabled-vertical:hover,
.default .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.default .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.default .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.default .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.default .jcarousel-prev-disabled-vertical,
.default .jcarousel-prev-disabled-vertical:hover,
.default .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
*/
