/**
 * 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: 113px;
    height: 78px;
    margin-right: 1px;
}

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

.jcarousel-skin-custom .jcarousel-container {
    /*-moz-border-radius: 10px;*/
    background: #e0eaf1;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-custom .jcarousel-container-horizontal {
/*
    width: 360px;
*/
    width: 369px;
    height: 87px;
    padding: 9px 44px 0 44px;
    background: transparent url(/img/carouselback.gif) no-repeat 0 0;


}

.jcarousel-skin-custom .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-custom .jcarousel-clip-horizontal {
/*
     width:  245px;
*/
    width:  100%;
    height: 78px;
}

.jcarousel-skin-custom .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-custom .jcarousel-item {
    width: 113px;
    height: 78px;
    background: #e0eaf1;
    text-align: center;
}

.jcarousel-skin-custom .jcarousel-item-horizontal {

}

.jcarousel-skin-custom .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-custom .jcarousel-item-placeholder {
    background: #e0eaf1;
    color: #000;

}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-custom .jcarousel-next-horizontal {
    position: absolute;
    top: 24px;
    right: 8px;
    width: 27px;
    height: 46px;
    cursor: pointer;
    background: transparent url(/img/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:hover {
    /*background-position: -27px 0;*/
}

.jcarousel-skin-custom .jcarousel-next-horizontal:active {
    /*background-position: -27px 0;*/
}

.jcarousel-skin-custom .jcarousel-next-disabled-horizontal,
.jcarousel-skin-custom .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-custom .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -27px 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal {
    position: absolute;
    top: 24px;
    left: 8px;
    width: 27px;
    height: 46px;
    cursor: pointer;
    background: transparent url(/img/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:hover {
    /*background-position: -27px 0;*/
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:active {
    /*background-position: -27px 0;*/
}

.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -27px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-custom .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/img/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-custom .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-custom .jcarousel-next-disabled-vertical,
.jcarousel-skin-custom .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-custom .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-custom .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/img/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-custom .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-custom .jcarousel-prev-disabled-vertical,
.jcarousel-skin-custom .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-custom .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}



/******* Cycle ************/
 .slideshowOut{
     width: 457px;
     position: relative;
     background: #ffffff;
     text-align: center;
     margin-top: 10px;
}
 .slideshowIn{
     width: 383px;
     margin: 0 auto;
     border: 2px dashed #315aad;
}


#slideshowNext {
    position: absolute;
    top: 33%;
    right: 0;
    width: 35px;
    height: 78px;
    cursor: pointer;
    background: transparent url(/img/slideshow_next.jpg) no-repeat 0 0;
}

#slideshowPrev {
    position: absolute;
    top: 33%;
    left: 0;
    width: 35px;
    height: 78px;
    cursor: pointer;
    background: transparent url(/img/slideshow_prev.jpg) no-repeat 0 0;
}


h1.slideshowTitle {
    padding: 10px 0 10px 0;
    font-size: 22px;
    text-decoration: underline;
    color: #0066CC;
}
a.slideshowLink  {
    font-size: 12px;
    text-decoration: none;
    color: #0066CC;
}


.slideshowFooter {
    width: 383px;
    margin: 1em auto;
    text-align: left;
}

div.sidebox {
background-color: #dfe6f2;
border:1px solid #ccd6eb;
/*
margin:0 0 8px 8px;
*/
}

