/**
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/
.jcarousel-container {
position: relative;
}

.jcarousel-clip {
z-index: 2;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
}

.jcarousel-list {
z-index: 1;
overflow: hidden;
position: relative;
top: 0;
left: 0;
margin: 0;
padding: 0;
}

/**
* The buttons are added dynamically by jCarousel before
* the <ul> list (inside the <div> described above) and
* have the classnames "jcarousel-next" and "jcarousel-prev".
*/

.jcarousel-next {
z-index: 100;
display: none;
}

.jcarousel-prev {
z-index: 100;
display: none;
}

.jcarousel-container {
}

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

/*----- FRONTPAGE SETUP ------*/

#frontpage .jcarousel-list li,
#frontpage .jcarousel-item {
float: left;
list-style: none;
width: 220px;
}

#frontpage .jcarousel-container-horizontal {
width: 220px;
padding: 0 35px;
}

#frontpage .jcarousel-clip {
background-color: #ffffff;  
height: 151px;
overflow-y: hidden;
}
#frontpage .jcarousel-clip-horizontal {
width:  220px;
}

#frontpage .jcarousel-item {
width: 220px;
margin-right: 10px;    
}

#frontpage .jcarousel-item p {
margin: 0 0 12px !important;
width: 100%;
}
#frontpage .jcarousel-item a img {
margin-bottom: 5px;
}

#frontpage .jcarousel-next-horizontal {
position: absolute;
top: 25px;
right: 20px;
width: 20px;
height: 20px;
cursor: pointer;
background: transparent url(../images/icon_arrow_right.gif) no-repeat 0 0;
}

#frontpage .jcarousel-next-horizontal:hover {
background-position: 0 -22px;
}

#frontpage .jcarousel-next-horizontal:active {
background-position: 0 -22px;
}

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

#frontpage .jcarousel-prev-horizontal {
position: absolute;
/*top: 43px;*/
top: 25px;
left: 20px;
width: 20px;
height: 20px;
cursor: pointer;
background: transparent url(../images/icon_arrow_left.gif) no-repeat 0 0;
}

#frontpage .jcarousel-prev-horizontal:hover {
background-position: 0  -22px;
}

#frontpage .jcarousel-prev-horizontal:active {
background-position: 0  -22px;
}

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


/*----- PRODUCT PAGE SETUP ------*/

#products .jcarousel-list li,
#products .jcarousel-item,
#products .jcarousel-item .cycle-group ul li   {
position: relative;
float: left;
list-style: none;
text-align: center;
width: 200px;
}
#products ul#product_carousel_big li.cycle-group, 
#products ul#product_carousel_big li.cycle-group ul {
width: 600px;
}
#products ul#product_carousel_big li.cycle-group ul li {
float: left;
}
#products .jcarousel-item .cycle-group #product_carousel_big {
width: 600px;
}
#products .jcarousel-list li a,
#products .jcarousel-item a{
font-size: 1.17em;
font-weight: bold;
}

#products .jcarousel-container-horizontal {
width: 600px;
}

#products .jcarousel-clip-horizontal {
width:  600px;
}

#products .jcarousel-item {
width: 220px;    
}
#products .jcarousel-clip {
background-color: #ffffff;  
height: 230px;
overflow-y: hidden;
}
#products .jcarousel-item * {
background-color: #ffffff;   
}
#products .jcarousel-item p {
margin: 0 0 12px !important;
width: 100%;
}

#products .jcarousel-next-horizontal {
position: absolute;
top: -40px;
right: 20px;
width: 140px;
height: 20px;
cursor: pointer;
background: transparent url(../images/icon_arrow_right.gif) no-repeat 0 0;
}

#products .jcarousel-next-horizontal:hover {
background-position: 0 -22px;
}

#products .jcarousel-next-horizontal:active {
background-position: 0 -22px;
}

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

#products .jcarousel-prev-horizontal {
position: absolute;
top: -40px;
left: 140px;
width: 20px;
height: 20px;
cursor: pointer;
background: transparent url(../images/icon_arrow_left.gif) no-repeat 0 0;
}

#products .jcarousel-prev-horizontal:hover {
background-position: 0  -22px;
}

#products .jcarousel-prev-horizontal:active {
background-position: 0  -22px;
}

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

#cycle-container, #cycle-next, #cycle-prev {
display: block;
}

