﻿.carolselSF {
    float: left;
    position: relative;
    height: 421px;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

.carolselSFInnerDiv {
    background-color: rgba(50, 50, 50, 0.95);
    text-align: left;
    position: absolute;
    display: none;
    bottom: 10px;
     width: 100%;
}

.nextPrevStoryArrow {
    position: relative;
    line-height: 50px;
    top: -200px;
    cursor: pointer;
    background-color: #ff6d42;
    width: 60px;
    height: 40px;
}
    .nextPrevStoryArrow:hover {
        background-color:#dd4814;
    }

.prevNextStory {
    position: relative;
    line-height: 50px;
    top: -200px;
    cursor: pointer;
    background-color: #ffffff;
    width: 310px;
    height: 40px;
    display: none;
}

.prevNextStoryText {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
    width: 240px;
}

.prevNextStoryXtraBox {
    height: 40px;
    background-color: #ff6d42;
    width: 0px;
}
    .prevNextStoryXtraBox:hover {
         background-color:#dd4814;
    }

.storyHeaderBG {
	padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 40px;
}

.storyHeader {
    font-size: 25px;
    color: #ff6d42;
    width: 610px;
    font-weight: 600;
     line-height:30px;
    
}
    .storyHeader:hover {
        color: #dd4814;
    }
.storyText {
    font-size: 14px;
    color: #ffffff;
    padding-right:30px;
}
