
.clear {clear: both;}
.clearer {clear: both; font-size: 0; line-height: 0; height: 0; width: 0;}
.aRight { text-align: right; }
.aLeft { text-align: left; }
.aCenter { text-align: center; }
table .valignTop { vertical-align: top; }
table .valignMiddle { vertical-align: middle; }
table .valignBottom { vertical-align: bottom; }
.noOverflow {overflow: hidden;}
.ieZoom {zoom: 1;}



.pCarouselWrapper {width: 540px; margin: 0 auto; overflow: hidden; background: #fff; padding: 8px 5px 5px; height: 190px;}
.pCarouselWrapper .controls {text-align: center; padding-bottom: 3px; border-bottom:1px solid #333;}
.pCarouselWrapper .controls a {padding: 0 5px;}

#pCarousel li {float: left; padding: 0 !important; margin: 0 !important;}
#pCarousel li .wrapper {padding: 0 5px; text-align: center; width: 540px;}
#pCarousel li .wrapper img {border: 1px solid #efefef;}
#pCarousel li .wrapper a {font-weight: bold; font-size: 110%; text-decoration: none;}
/**
 * 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: 75px;
    /*height: 75px;*/
}

/**
 * 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-dk .jcarousel-container {
}

.jcarousel-skin-dk .jcarousel-container-horizontal {
    width: 540px;
}

.jcarousel-skin-dk .jcarousel-clip-horizontal {
    width:  540px;
}

.jcarousel-skin-dk .jcarousel-item {
	width: 540px;
}

.jcarousel-skin-dk .jcarousel-item:hover {
}

.jcarousel-skin-dk .jcarousel-item-horizontal {
}

.jcarousel-skin-dk .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-dk .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-dk .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-dk .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-dk .jcarousel-next-disabled-horizontal,
.jcarousel-skin-dk .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-dk .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-dk .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-dk .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-dk .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-dk .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-dk .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-dk .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.controls {text-align:center;}