.jcarousel-container {
position:relative;
width:848px;
}
.portfolio .jcarousel-container {
background:url(/images/fd_portfolio.gif) top left no-repeat;
}
.jcarousel-clip {
z-index:2;
padding:0;
margin:0;
overflow:hidden;
position:relative;
}

.jcarousel-list, .portfolio .jcarousel-list  {
z-index:1;
overflow:hidden;
position:relative;
top:0;
left:0;
margin:0;
padding:0;
height:376px;
}
.jcarousel-list ul{
padding:0;
margin:0
}
.jcarousel-list li,
.jcarousel-item {
float:left;
list-style:none;
width:339px;
height:348px;
padding:14px;
display:block;
overflow:hidden;
background:#161616;
}
.portfolio .jcarousel-list li,
.portfolio .jcarousel-item {
float:left;
list-style:none;
width:818px;
height:348px;
padding:14px;
overflow:hidden;
background:none;
}

.jcarousel-next {
z-index:3;
display:none;
visibility:hidden;
}
.jcarousel-prev {
z-index:3;
display:none;
visibility:hidden;
}


/*HORIZONTALE*/
.jcarousel-container-horizontal {
width:848px;
}

.jcarousel-clip-horizontal {
width:848px;
}

.jcarousel-item {
width:820px;
padding:0;
}

.portfolio .jcarousel-item-horizontal {
margin-right:0;
}
.jcarousel-item-horizontal {
margin-right:114px;
}

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

/*  Horizontal Buttons */
.jcarousel-next-horizontal {
position:absolute;
z-index:10;
top:185px;
right:-40px;
width:32px;
height:32px;
cursor:pointer;
background:transparent url(../images/next-horizontal.gif) no-repeat 0 0;
}
#btNext{
position:absolute;
z-index:10;
top:30px;
right:0;
width:56px;
height:376px;
}

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

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

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

.jcarousel-prev-horizontal {
position:absolute;
z-index:10;
top:185px;
left:-40px;
width:32px;
height:32px;
cursor:pointer;
background:transparent url(../images/prev-horizontal.gif) no-repeat 0 0;
}

#btPrev{
position:absolute;
z-index:10;
top:30px;
left:0;
width:56px;
height:376px;
}
.jcarousel-prev-horizontal:hover {
background-position:-32px 0;
}

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

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