#attractorDiv, #fader, #fader div {
    position: relative;
    height: 220px;
}

#fader {
   background-color: #333;
}

#opacityBg {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25%;
    height: 220px;
    z-index: 4;
    
}

#jpgCap {
    color: #fff;
    width: 25%;
    z-index: 5;
    font-size: 18px;
    height: 220px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#jpgCap p {
    margin: 1em 12.2% 1em 24.4%;
    
}

#jpgCap a {
    color: #FFF;
}

.jpgCoolWrapperRight {
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: center;
    height: 220px;  
    left: 0;
    top: 0;
    width: 100%;
}

.jpgCoolWrapperLeft {
    overflow: visible;
    background-repeat: repeat-x;
    background-position: center;
    height: 220px;  
    width: 50%;
    position: relative;
    left: 0;
    top: -220px;
}


.jpgCool {
    background-repeat:  no-repeat;
    background-position: center;    
    height: 220px;
    width: 200%;
    position: relative;
    left: 0;
    top: -440px;
    width: 100%;
}