/**
 * 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;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 140px;
    height: 90px;
	
}




/* jcarousel css
----------------------------------------------------------------------*/

.jcarousel-skin-tango .jcarousel-container {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-khtml-border-radius:5px;
	border:1px solid #d9d9d9;
    background: #f9f9f9;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 550px;
    padding: 15px 30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  550px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item { width:100px; height:100px; }

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 6px;
    margin-left: 4px !important;	
}

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

/* Horizontal Buttons
----------------------------------------------------------------------*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: -10px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: -10px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}



ul#mycarousel li {
	list-style-type:none;
}
