/**
 * 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;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
 	width: 100px;
    height: 575px;
}

/**
 * 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;
}


/*** HOME SKIN ***/
.jcarousel-skin .jcarousel-container-horizontal {
    width:540px;
}


.jcarousel-skin .jcarousel-clip-horizontal {
    width:  540px;
    height: 180px;
   	left:23px;
    margin-left:21px;
    z-index:1;
    text-align:center
}

.jcarousel-skin .jcarousel-item {
    width:164px;
    height: 180px;
}


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

.jcarousel-skin ul.prop-list{
	height:180px;
}
.jcarousel-skin ul.prop-list li span.flag {
	width: 160px;
}


/*** THUMBS SKIN ***/

.jcarousel-thumbs .jcarousel-clip-horizontal {
    width:  100px;
    height: 500px;
    z-index:1;
    text-align:center
}

.jcarousel-thumbs .jcarousel-item {
    width:100px;
    height: 500px;
}

#clip .jcarousel-clip {
    width:100px;
}





