.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    border: none;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 170px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.jcarousel-skin-tango .jcarousel-clip  {
    overflow: hidden;
}


.jcarousel-skin-tango .jcarousel-item-vertical {
    overflow : hidden;
    margin-left:0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* Horizontal Buttons */

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(arrow_down.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    /*background: transparent url(../images/slider/Left-Arrow-Icon.png) no-repeat 0 0;*/
    z-index : 999;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}


.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    //cursor: default;
    color : white;
}

/* Vertical Buttons */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    width: 32px;
    height: 19px;
    cursor: pointer;
    background : -moz-linear-gradient(#8199ce, #8F9FcF) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8199ce), to(#8F9FcF));
    background: linear-gradient(#8199ce, #8F9FcF);
    background : -o-linear-gradient(#8199ce, #8F9FcF);
    background-repeat : no-repeat;
    background-position : center;
    background-size: 191px auto;
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
    display : none;
}


ul.jcarousel {
    margin-left:0px;
    list-style: none outside none;
    position : relative;
}


.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    color : white;
}

.jcarousel-skin-tango.newsCarousel .jcarousel-prev-vertical {
    background-repeat : repeat;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    width: 32px;
    height: 26px;
    cursor: pointer;
    display: block;
    margin-right: 0;
    text-align: center;
    background-size: 191px auto;
    width : 100%;
    display : none;
   
}

.eventsCarousel .jcarousel-skin-tango .jcarousel-prev-vertical {
    background-image: url('/img/site/previous_arrow.png'),url('/img/site/plus-white-reverse.png');
    background-position: bottom center, top right;
    background-repeat: no-repeat;
    background-color: #8199CE;
    background-size: auto;
}

.newsCarousel  .jcarousel-skin-tango .jcarousel-prev-vertical {
    background-image: url('/img/site/previous_arrow.png'), url('/img/site/plus-white-reverse.png');
    background-position: bottom center, top right;
    background-repeat: no-repeat;
    background-color: #FFCC00;
    background-size: auto;
}

div.newsCarousel .jcarousel-prev.jcarousel-prev-vertical.jcarousel-prev-disabled.jcarousel-prev-disabled-vertical {
    background-image: url('/img/site/plus-white-reverse.png');
    background-position: top right;
}

div.newsCarousel .jcarousel-next.jcarousel-next-vertical.jcarousel-next-disabled.jcarousel-next-disabled-vertical {
    background-image: none;
}

div.newsCarousel.noPlus .jcarousel-prev.jcarousel-prev-vertical.jcarousel-prev-disabled.jcarousel-prev-disabled-vertical {
    background-image : none;
}

div.newsCarousel.noPlus  .jcarousel-skin-tango .jcarousel-prev-vertical {
    background-image: url('/img/site/previous_arrow.png');
}

.eventsCarousel .jcarousel-skin-tango .jcarousel-next-vertical {
    height : 13px;
    background : url('/img/site/next_arrow.png') no-repeat scroll #8199CE;
    background-position: top center;
    background-size: auto;
}

.newsCarousel .jcarousel-skin-tango .jcarousel-next-vertical {
    height : 13px;
    background : url('/img/site/next_arrow.png') no-repeat scroll #FFCC00;
    background-position: top center;
    background-size : auto;
}

ul#mycarousel li {
    background-image: url("/img/site/news-list-bullet.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    line-height: 15px;
    min-height: 32px;
    padding-bottom: 10px;
    padding-left: 14px;
    width: 93%;
}


ul#highlight li {
    background-image: url("/img/site/news-list-bullet.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    min-height: 32px;
    padding-left: 14px;
}

ul#highlight {
    list-style : none;
}

#highlight a,
#mycarousel a {
    color: #58585A;
    font-size: 12px;
    font-weight: bold;
}

.nextUpTo-4 {
    height : 110px !important;
}

.carousel-wrapper {
    position : relative;
}

.carousel-wrapper.span3 {
    margin-left : 0.7%;
    width: 24.8%;
}

.carousel-wrapper .carousel {
    margin-top : 10px;
    position : relative;
}

.carousel {
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
}

.carousel-control-prev {
    padding-left: 102px;
    padding-right: 101px;
    padding-bottom : 10px;
    background-image: url('/img/site/previous_arrow.png');
    background-position: 60% bottom;
    background-repeat: no-repeat;
    background-color: #FFCC00;
}

.carousel-control-next {
    padding-left : 50%;
    padding-right : 50%;
    background : url('/img/site/next_arrow.png') no-repeat scroll center top #FFCC00;
}

.carousel-control-prev:hover {
    text-decoration : none;
}

.carousel-control-next:hover {
    text-decoration : none;
}

.headerCarousel {
   color: #00529E;
    font-size: 15px;
    font-weight: bold;
    left: 14px;
    position: absolute;
    top: 5px;
}

.newsCentreLink {
    background: url("/img/site/plus-white-reverse.png") repeat scroll 0 0 #FFCC00;
    float: right;
    height: 15px;
    margin-top: 2px;
    padding-bottom: 10px;
    width: 26px;
}

a.newsCentreLink { text-decoration : none; }

#right .carousel-control-prev {
    background-position: 50% bottom;
    padding-left: 115px;
    padding-right: 115px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
    .carousel-control-next {
        padding-left : 49%;
        padding-right : 49%;
        background : url('/img/site/next_arrow.png') no-repeat scroll center top #FFCC00;
    }
    
    .carousel-control-prev {
        padding-left : 94px;
    }
}

@media (min-resolution: .001dpcm) {
    _:-o-prefocus, body .carousel-control-next {
        padding-left : 49%;
        padding-right : 49%;
    };
}

