.jcarousel-skin-main .jcarousel-clip-horizontal {
    width:  678px;
    height: 150px;
	padding:0px;
	margin:0px;
}

.jcarousel-skin-main .jcarousel-item {
    width:88px;
    height:88px;
}

.jcarousel-skin-main .jcarousel-item-horizontal {
    margin-right:3px;
}

.jcarousel-skin-main .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 
/* 
.jcarousel-skin-main .jcarousel-next-horizontal {
    position: absolute;
    bottom: 21px;
    right: 25px;
    width: 18px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../img/next.gif) no-repeat 0 0;
}

.jcarousel-skin-main .jcarousel-next-disabled-horizontal {
	background: transparent url(../img/next_disabled.gif) no-repeat 0 0;
}

.jcarousel-skin-main .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 21px;
    right: 90px;
    width: 18px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../img/prev.gif) no-repeat 0 0;
}

.jcarousel-skin-main .jcarousel-prev-disabled-horizontal {
	background: transparent url(../img/prev_disabled.gif) no-repeat 0 0;
}

*/

#bottoni{
	float: right;
	width: 64px;
} 
 
.jcarousel-next {
    z-index: 3;
    width: 27px;
	height: 28px;
	background: url(../img/photogallery_dx.gif) top left no-repeat;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.jcarousel-next:hover{
	background: url(../img/photogalleryOn_dx.gif) top left no-repeat;
}

.jcarousel-next-disabled-horizontal {
	background: transparent url(../img/photogalleryOn_dx.gif) top left no-repeat;
	cursor: default;
}

.jcarousel-prev {
    z-index: 3;
	width: 27px;
	height: 28px;
	background: url(../img/photogallery_sx.gif) top left no-repeat;
	float: left;
	cursor: pointer;
}

.jcarousel-prev:hover{
	background: url(../img/photogalleryOn_sx.gif) top left no-repeat;
}

.jcarousel-prev-disabled-horizontal {
	background: transparent url(../img/photogalleryOn_sx.gif) top left no-repeat;
	cursor: default;
}
