.shoutout-module{
    height: 452px;
}
.shoutout-module{
    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -o-transition: height 0.4s linear;
    -ms-transition: height 0.4s linear;
    transition: height 0.4s linear;
}

.shoutout-module.collapse{
    height: 122px;
}


.shoutout-module .sharegroup {
    position:absolute;
    top: 124px;
    left: 373px;
}

.shoutoutWrapper {
    background-image: url("../images/backgrounds/shoutoutHalftoneTop.png");
    background-position: 2px 3px;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 190px;
    margin: -14px 0 -25px -38px;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    width: 960px;
    top: -24px;
}
.shoutoutWrapper .property-image {
    float: left;
    height: 175px;
    width: 80px;
}
.shoutoutWrapper img.promo{

}
.shoutoutWrapper > hgroup {
    float: left;
    width: 500px;
    height: 33px;
    clear: right;
    position: relative;
    margin-top: 15px;
}
.shoutoutWrapper > hgroup h2 {
    background-position: -5px -118px;
}
.shoutoutWrapper > hgroup h2.noimage {
    margin-left: 11px;
}
p.shoutout-text {
    color: #666666;
    font-size: 18px;
    font-family: 'XDRAMediumRegular', Arial,Helvetica,Verdana,sans-serif;
    padding-left: 3px;
    font-weight: bold;
    line-height: 24px;
    height: 75px;
    width: 487px;
}
p.shoutout-text a {
    color: #00B0D9;
    text-decoration: none;
}
p.shoutout-text a:hover {
    color: #C1DB24;
    text-decoration: none;
}
p.shoutout-text.noimage {
    width: 800px;
    padding-left: 10px;
}
p.shoutout-name {
    text-align: right;
    font-style: italic;
    color: #666666;
}
p.shoutout-name.noimage {
    width: 800px;
}
.shoutoutWrapper .close {
bottom:3px;
}

