.jcarousel-skin-photos .jcarousel-container-horizontal {
    background: #D7D9D9;
	width:  540px;
	padding: 17px 0 15px 0;
	margin: 40px 0 40px 0;
}

#main .jcarousel-skin-photos #featured-photos {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#main .jcarousel-skin-photos #featured-photos li {
	margin: 0 !important;	
	width: 80px;
    height: 90px;
}

.jcarousel-skin-photos .jcarousel-clip-horizontal {
    width:  480px;
    height: 70px;
    margin-left:61px;
}

.jcarousel-skin-photos #featured-photos .jcarousel-item {
    width: 80px;
    height: 60px;
}

.jcarousel-skin-photos #featured-photos .jcarousel-item-horizontal {
    /*padding-right: 15px !important;*/
}

.jcarousel-skin-photos .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 18px;
    width: 13px;
    height: 11px;
    cursor: pointer;
    background: transparent url(/images/assets/gallery_right_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-photos .jcarousel-next-disabled-horizontal,
.jcarousel-skin-photos .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-photos .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-photos .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 18px;
    width: 13px;
    height: 11px;
    cursor: pointer;
    background: transparent url(/images/assets/gallery_left_arrow.png) no-repeat 0 0;
}

