.jcarousel-skin-footer .jcarousel-container {

}
.jcarousel-skin-footer .jcarousel-container-horizontal {
width:988px;
}

.jcarousel-skin-footer .jcarousel-clip-horizontal {
height:175px;
width:938px;
text-align:center;
}

.itemdiv{ width:176px; height:175px; overflow:hidden; font:11px Arial, Helvetica, sans-serif; color:#69666d;}
.itemdiv span{font:11px Arial, Helvetica, sans-serif; color:#000; line-height:20px;}
.itemdiv .itemname{ border-bottom:1px solid #666; display:block; color:#69666d; width:149px;}
.itemdiv img{ height:111px; width:149px; padding-top:15px;}
.itemdiv a{ width:149px; height:173px; padding:0 12px 0 13px; border:1px solid #cccccc; cursor:pointer; display:block; background-color:#fff; text-decoration:none;}
.itemdiv a:hover{ width:149px; height:173px; padding:0 12px 0 13px; border:1px solid #cccccc; display:block; background-color:#e9e9e9; text-decoration:none;}

.jcarousel-skin-footer .jcarousel-item {
height:175px;
width:176px;
padding:0 5px 0 6px;
}
.jcarousel-skin-footer .jcarousel-item-horizontal {
text-align: center;
}

.jcarousel-skin-footer .jcarousel-item-placeholder {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
}
.jcarousel-skin-footer .jcarousel-next-horizontal {
background:transparent url(../images/right-on.jpg) no-repeat scroll 0 0;
cursor:pointer;
height:41px;
position:absolute;
right:0px;
top:70px;
width:25px;
}
.jcarousel-skin-footer .jcarousel-next-horizontal:hover {
background:transparent url(../images/right-on.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-next-horizontal:active {
background:transparent url(../images/right-on.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-next-disabled-horizontal, .jcarousel-skin-footer .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-footer .jcarousel-next-disabled-horizontal:active {
background:transparent url(../images/right.jpg) no-repeat scroll 0 0;
cursor:default;
}
.jcarousel-skin-footer .jcarousel-prev-horizontal {
background:transparent url(../images/left-on.jpg) no-repeat scroll 0 0;
cursor:pointer;
height:41px;
left:0px;
position:absolute;
top:70px;
width:25px;
}
.jcarousel-skin-footer .jcarousel-prev-horizontal:hover {
background:transparent url(../images/left-on.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-prev-horizontal:active {
background:transparent url(../images/left-on.jpg) no-repeat scroll 0 0;
}
.jcarousel-skin-footer .jcarousel-prev-disabled-horizontal, .jcarousel-skin-footer .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-footer .jcarousel-prev-disabled-horizontal:active {
background:transparent url(../images/left.jpg) no-repeat scroll 0 0;
cursor:default;
}

/*Other css*/

.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;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * 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: 3;
    display: none;
}

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