﻿.contentWrapper {
    padding: 0px;
    margin: 0px;
}

.homeFeaturePanel {
    display: block;
    position: relative;
    width: 100%;
    /* height: 358px;*/
    background-color: #fff;
    background-image: url(Images/SlimJim.PNG);
    /*background-position: 40px 0px;*/
    background-repeat: no-repeat;     
}

.homeFeatureTagline {
    display: block;
    position: absolute;
    left: 60px;
    top: 80px;
    width: 418px;
    height: 100px;
    text-indent:-2000px;
    background-image: url(Images/HomeFeatureTagline.png);
    background-position: top right;
    background-repeat: no-repeat;     
}

.homeFeatureButton {
    display: block;
    position: absolute;
    left: 75px;
    top: 198px;
    border: none;
    width: 194px;
    height: 40px;
}

.homeFeaturePanel:hover .homeFeatureButton 
{
    width: 0px;
    height: 0px;
    padding: 40px 194px 0px 0px;
    background-image: url(Images/HomeFeatureHoverButton.png);
    background-repeat: no-repeat;
    
}
