body { margin: 0; }

#flyout-wrapper {
    position: relative;
    width: 755px;
    height: 285px;
    margin-top: 24px;
    margin-left: 30px;
}

.flyoutSlide { width: 237px; }

.flyoutSlide:hover { cursor: pointer; }
    
#divider { border-left: 1px solid #e2e2e2; height: 100%; margin-left: 30px; margin-right: 30px; }

#flyout-wrapper div { display: block; max-width: 220px; }
#flyout-wrapper img { display: block; max-width: 100%; height: auto; margin: 0 auto; }
#featureTitle { font-size: 19px; color:#333; float: left; margin-bottom: 15px; font-family: Times New Roman, serif; }        
#slideText { padding-top: 15px; clear: both; }
#slideText h3 { margin: 0px; font-size: 19px; color:#333;  font-family: Times New Roman, serif; font-weight: normal; margin-bottom: 5px; }
#slideText .text {
    font-family: "Didot W01 Italic", Times New Roman, Times, serif;
    font-size: 14px;
    letter-spacing:.5px;
    color: #666;
    text-transform:none;
    line-height:17px;
    display: block;
    width: 100%;
    font-weight: 400;
}
#slideText .text span {
    font-family:"Didot W01 Bold Italic", Times New Roman, Times, serif;
}
#slideText .text.links {
    overflow: hidden;    
}

#slideText .text.links .men {
    float: left;
}

#slideText .text.links .women {
    float: left;
    margin-right: 20px;
}

#slideText .text i {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 10px;
    background: url(../img/flyout_arrow.jpg) center no-repeat transparent;
}

#slideText .text em {
    font-style: normal;
    text-decoration: underline;
}

#cycle-feature:hover, #bottomText:hover { cursor: pointer; }