/**
 * 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;
}

#home #teasers .jcarousel-list {
    /*padding: 30px 0 0 0;*/
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
}

#winTeasers .jcarousel-list li,
#winTeasers .jcarousel-item {
    width: 300px;
    height: 421px;
}
/*
#teasers .jcarousel-list li,
#teasers .jcarousel-item {
    width: 180px;
    height: 84px;
}

#home */#teasers .jcarousel-list li,
/*#home */#teasers .jcarousel-item {
    width: 325px;
    height: 151px;
}


.jcarousel-container
{
    padding: 0 42px;   
}

/*
#teasers .jcarousel-clip
{
    width: 540px;   
}

#home*/ #teasers .jcarousel-clip
{
    width: 975px;   
}

#winTeasers .jcarousel-clip
{
    width: 900px;   
}

.jcarousel-prev, .jcarousel-next 
{
    position: absolute;
    top: 68px;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

/*
#teasers .jcarousel-prev, #teasers .jcarousel-next 
{
    top: 45px;
}

#home #teasers .jcarousel-prev, #home #teasers .jcarousel-next 
{
    top:68px;
}
*/

#winTeasers .jcarousel-prev, #winTeasers .jcarousel-next 
{
    top: 290px;
}


.jcarousel-next { right: 0; }
.jcarousel-prev { left: 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: 3;
    display: none;
    background: url("../../Images/prev.png") top left no-repeat;
}

.jcarousel-prev {
    z-index: 3;
    background: url("../../Images/next.png") top left no-repeat;
    display: none;
}
