    body {margin-left:0px; margin-top:0px;}

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

    #flyout-wrapper .cycle,
    #flyout-wrapper .cycle .slide {
        height: 257px
        }
    
    #flyout-wrapper .cycle {
        margin:0;
        padding:0;
        position: relative;
        width: 100%;
        z-index: 1;
        margin-top: 15px;
        margin-bottom: 15px;
        }
    
    #flyout-wrapper .cycle .slide {
        background-color: #fff;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 760px; 
        position: absolute;
        top:0; 
        left:0;
        }
    
    #featureTitle {font-size: 19px; color:#333; float: left; margin-bottom: 15px; font-family: "Gianotten LT W01", Times New Roman, serif;}        

    #slideText {margin-top: 5px; width: 220px;}
    #slideText h3 {margin-top: 0px; margin-bottom: 0px; font-size: 19px; color:#333;  font-family: "Gianotten LT W01", Times New Roman, serif;  font-weight: normal;}
    #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;
	padding-top:4px;}

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

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

