/* CSS Document */
.leClub {
    float:left;
    width:221px;
    height:88px;
    border-right:1px solid #dddcdc;
    padding-right:10px;
    text-align:left;
    margin-right:10px;
    font-size:16px;
    z-index:98;
}
.leClubOffer {
    float:left; 
    display: inline;
    width:221px;
    height:69px;
}
.Offer{
    height:54px;
    float:left;
    }
.leClub img{
    border: 0;
}
#scroll{
    position:absolute;
    margin-top:71px;
    z-index:20;
    background-image:url(../images/scroller.gif);
    width:38px;
    height:20px;
    }
.leClub .prev, .leClub .next {
    position: relative;
    float:left;
}
.leClub .next {
    float:right;
}
.leClub .club_container {
    position: relative; 
    top:0; 
    left:0; 
    width:100%; 
}
.leClub .news_items {
    position: relative;
    width:221px; 
    top:0;
    overflow: hidden;
}
.leClub .item {
    float:left; 
    display:inline;
    width:221px;
    margin-right:20px;
}
.leClub h1{
    font-size:16px;
    font-weight:bold;
    margin:0 0 6px 0;
    padding:0;
    color:#d90248;
    line-height:13px;
    }
.leClub .item h2,.leClub .item h2 a,.leClub .item h2 a:visited{
    font-size:16px;
    font-weight:normal;
    color:#000000;
    margin:0 0 6px 0;
    padding:0;
    }
.leClub .item #leClub_link, .leClub .item #leClub_link a, .leClub .item #leClub_link a:visited {
    font-size:13px;
    float:right;
    color:#d90248;
}
.leClub .item #leClub_link a:hover {
    text-decoration:underline;
}
.leClub .item #leClub_link img {
    border:0;
    margin-left:8px;
    vertical-align:text-bottom;
}   
.leClub .item img {
    border: 0; 
}

.homeoffers {
    display:none;   /* to hide the loading effect */
}


