        .headlinewrapper ul, #recent ul
            { 
            padding-left: 0px;
            }

        .trendcontainer 
            {
            padding: 0px;
            width: 310px;
            margin-left: 0px;
            margin-bottom: -15px;
            box-shadow: 1px 1px 5px 1px #CCC;
            border: 1px solid #CCC;
            }

        .trend 
            {
            font-family: ParisineBold,ParisineRegular,Helvetica,Arial,sans-serif;
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 17px;
            color: #991F1F;
            background: none repeat scroll 0% 0% #FFF;
            text-decoration: none;
            font-weight: 600;
            margin-left: 30px;
            border-bottom: 0px solid #CCC;
            }

        .panel-heading .accordion-toggle:after {
            /* symbol for "opening" panels */
            font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
            content: "\e114";    /* adjust as needed, taken from bootstrap.css */
            float: right;        /* adjust as needed */
            color: gray;         /* adjust as needed */
        }
        .panel-heading .accordion-toggle.collapsed:after {
            /* symbol for "collapsed" panels */
            content: "\e080";    /* adjust as needed, taken from bootstrap.css */
        }

        /* CUSTOMIZE THE CAROUSEL
        -------------------------------------------------- */
        #carousel_article
            {
            display: none;
            visibility: hidden;
            }

        /* Carousel base class */
        .carousel 
            {
            height: 420px;
            margin-bottom: 60px;
            background-color: gray;
            }

        .carousel-indicators li {
  /*          background-color: #669966;*/
         }
        .carousel-indicators .active {
/*          background-color: #FF7600;*/
        }

        .carousel h1, h2, h4 
            {
            color: white;
            }

        .carousel p 
            {
            color: black;
            }

        /* Declare heights because of positioning of img element */
        .carousel .item 
            {
            height: 400px;
background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(15%,rgba(30,87,153,0.8)), color-stop(19%,rgba(30,87,153,1)), color-stop(20%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(80%,rgba(30,87,153,1)), color-stop(81%,rgba(30,87,153,1)), color-stop(85%,rgba(30,87,153,0.8)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */

            }

        .carousel-inner > .item > img 
            {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            height: 400px;
            width: 400px;
            } 

        /* Since positioning the image, we need to help out the caption */
        .carousel-caption 
            {
            z-index: 10;
            }

/*        .carousel a:hover { color: gray; text-decoration: none; }*/

.panel_overlay {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: .8;
    position: absolute;
    bottom:2em;
    left:0;
    background-color: black;
    color: white;
    padding:10px 10px 10px 10px;
    border-radius: 4px;
}

/*        .item .panel_overlay { width:90%;position:absolute;bottom:50px;left:0px;padding:10px 20px 35px 10px;font-size:21px;line-height:20px;color:#fff;background:url('/graphics/black_80.png') 0 0 repeat; }*/
        .item .panel_overlay .title { font-size: 20px; color: white; font-weight: 600; background-color: black;}
        .item .panel_overlay .text  { font-size: 14px; color: white; text-align: left; text-justify: inter-word; }
/*        .item .panel_overlay .text :hover  { text-decoration: none;}*/

/*        .item .panel_overlay a { font-size:21px;line-height:25px;color:#fff; }*/
        .item .panel_overlay .read_more { color:#fff;font-size:11px;text-decoration:none;font-weight:bold;position:absolute;right:20px;bottom:5px; }
        .item .panel_overlay .read_more a { color:#fff;font-size:11px;font-weight:bold; }
        .item .panel_overlay .read_more .icon_readmore { margin:0 0 -2px 1px; }
        .item .posted { padding:5px 10px;background:url('/graphics/orange_69.png') 0 0 repeat;color:#fff;font-size:10px;position:absolute;left:0;top:15px; }
        #carousel > spinner { display:block; width:18px; height:18px; background:url('/graphics/spinner_reel_39.png') 0px 0 no-repeat; position:absolute; bottom:7px; left:9px; }

.centre { margin-left: auto; margin-right: auto;}

.thumbnail{
    position:relative;
    
}