/**
 * 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: -2px;
    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: 645px;
    /*height: 282px;*/
}

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

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

.jcarousel-skin-tango .jcarousel-container {
	/*
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	*/
    border: none;/* 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	background-color:transparent;
    width: 651px;/*245px;*/
    /*padding: 20px 40px;*/
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	background-color: transparent;
    width: 651px;/*245px;*/
    height: 380px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 651px;/*245px;*/
    height: 380px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin: 0;
    /*margin-right: 1px;*/
}

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

