/*
    AnythingSlider v1.8+ Default theme
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.carouselBottom
{
    clear: both;
    margin-bottom: 10px;
}
.carouselContainer
{
    margin-bottom: 20px;
}

.majorIncident
{
    float: left;
    border: none;
    margin-left: 5px;
}
#textHolder .majorIncident
{
    border: 5px solid white;
    margin-left: 0;
}
.carousel
{
    display: block;
    float: left;
    overflow: hidden; /*width: 725px; height: 310px;*/
    margin-left: 5px;
}
.carousel a
{
    text-decoration: none;
}
.homepageCarousel .carousel .contents, .homepageCarousel .carousel .contents img
{
    width: 725px;
    height: 268px;
}
.wideCarousel .carousel .contents, .wideCarousel .carousel .contents img
{
    width: 830px;
    height: 300px;
}
.standardCarousel .carousel .contents, .standardCarousel .carousel .contents img
{
    width: 600px;
    height: 300px;
}

.homepageCarousel .controls
{
    width: 725px;
}
.homepageCarousel .caption-bottom
{
    width: 705px;
}

.wideCarousel .controls
{
    width: 830px;
}
.wideCarousel .caption-bottom
{
    width: 810px;
}
.standardCarousel .controls
{
    width: 600px;
}
.standardCarousel .caption-bottom
{
    width: 580px;
}
.caption-bottom strong
{
    display: block;
    margin-bottom: 2px;
}
.anythingSlider-hovered a .caption-bottom strong
{
    text-decoration: underline;
    cursor: pointer;
}
.anythingSlider-hovered li a img, .anythingSlider-hovered li a span, .anythingSlider-hovered li a strong
{
    cursor: pointer;
}
.panel a:focus .caption-bottom strong
{
    outline: 2px solid #F1CA7E !important;
}
.controls a:focus
{
    outline: none !important;
}
.navigation
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation, .navigation li
{
    display: inline-block;
}

.panel a
{
    display: block;
    text-decoration: none !important;
}
ol.contents li span
{
    position: absolute;
    bottom: 0;
    display: table-cell;
    vertical-align: middle; /* padding: 20px 10px;*/
}
/*ol.contents li a span {
position: relative;
bottom: 40px;
display: block;
vertical-align: middle;
}*/
/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
.carousel .contents
{
    /*width: 700px;     height: 390px;*/
    list-style: none; /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
    overflow-y: auto;
    overflow-x: hidden;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider
{
    display: block;
    overflow: visible !important;
    position: relative;
    background: url("../images/controls-background.png") repeat scroll right top transparent;
}
.caption-bottom
{
    border-top: 1px solid #363636;
    border-bottom: 1px solid #000000;
    padding: 10px 10px 10px 10px;
    width: 705px; /*need to fix*/
    color: #FFFFFF;
    font-size: 1.161em;
    background: #1c1c1c;
    background: -moz-linear-gradient(top,  rgba(28,28,28,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,28,28,1)), color-stop(35%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 35%,rgba(0,0,0,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1c1c1c', endColorstr='#cc000000',GradientType=0 );*/ /* IE6-9 */ /* background-color: #1c1c1c;          background: -moz-linear-gradient(top, #1c1c1c 0%, #000 100%);           background: -webkit-gradient(linear, top left, top left, color-stop(80%,#1c1c1c), color-stop(80%,#000));           background: -webkit-linear-gradient(top, #1c1c1c 0%,#000 100%);           filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=1 ); */
}

.controls
{
    border-top: 1px solid #545454;
    border-bottom: 1px solid #000000;
    height: 30px;
    width: 725px;
    float: left;
    background: url("../images/controls-background.png") repeat scroll right top transparent;
}
.controls a
{
    width: 30px;
    height: 30px;
    color: #FFFFFF; /*text-indent: -9999px;*/
    line-height: 15px;
}

ol.navigation li a
{
    height: 30px;
    display: inline-block;
    background: url("../images/controls-sprite.png") no-repeat scroll 0px 0px transparent;
}
ol.navigation li a:hover, ol.navigation li a:focus
{
    /*background:url("../images/controls-sprite.png") no-repeat scroll 0 -30px transparent;	*/
    background-position: 0 -30px;
}
ol.navigation li a.activePage
{
    /*background:url("../images/controls-sprite.png") no-repeat scroll 0 -30px transparent;	*/
    background-position: 0 -60px;
}
.controls a.back span
{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
    display: block;
    background: url("../images/controls-sprite.png") no-repeat scroll -30px 0px transparent;
}
.controls a.back:hover span, .controls a.back:focus span
{
    /* background: url("../images/controls-sprite.png") no-repeat scroll -30px -30px transparent;*/
    background-position: -30px -30px;
}
.controls a.back span:active
{
    background-position: -30px -60px;
}
.controls a.forward span
{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
    display: block;
    background: url("../images/controls-sprite.png") no-repeat scroll -60px 0px transparent;
}
.controls a.forward:hover span, .controls a.forward:focus span
{
    /* background: url("../images/controls-sprite.png") no-repeat scroll -60px -30px transparent;*/
    background-position: -60px -30px;
}
.controls a.forward span:active
{
    background-position: -60px -60px;
}
.controls a.start-stop
{
    float: right;
}
.controls a.start-stop span
{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
    display: inline-block; /*float:right;	*/
    background: url("../images/controls-sprite.png") no-repeat scroll -120px 0px transparent;
}
.controls a.start-stop:hover span, .controls a.start-stop:focus span
{
    /*background: url("../images/controls-sprite.png") no-repeat scroll -120px -30px transparent;*/
    background-position: -120px -30px;
}
.controls a.start-stop span:active
{
    background-position: -120px -60px;
}
.controls a.playing span
{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
    display: block; /*float:right;	*/
    background: url("../images/controls-sprite.png") no-repeat scroll -90px 0px transparent;
}
.controls a.playing:hover span, .controls a.playing:focus span
{
    /*background: url("../images/controls-sprite.png") no-repeat scroll -90px -30px transparent;*/
    background-position: -90px -30px;
}
.controls a.playing span:active
{
    background-position: -90px -60px;
}
.controls a.back, .controls a.forward, .controls a.start-stop
{
    display: inline-block;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow
{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase
{
    background: transparent;
    list-style: none;
    position: absolute;
    overflow: visible !important;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span
{
    display: block;
    visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled
{
    display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel
{
    background: transparent;
    display: block;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel
{
    float: none;
}
/* fade mode */
.anythingSlider .fade .panel
{
    float: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage
{
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow
{
    direction: ltr;
    unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul
{
    float: left;
}
/* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a
{
    float: right;
}
/* reverse order of nav links */
.anythingSlider.rtl .start-stop
{
    /* float: right; */
}
/* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider, .anythingSlider .anythingWindow, .anythingSlider .anythingControls ul a, .anythingSlider .arrow a, .anythingSlider .start-stop
{
    transition-duration: 0;
    -o-transition-duration: 0;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
}


.newsPageCarouselMargin
{
    margin-bottom:15px;
}
.carousel .controls a,.carousel .controls a:hover,.carousel .controls a:focus{text-decoration:none}