     #wrap {
	           overflow: hidden;
	           margin: 0 auto;
	           width: 707px;
	           margin-bottom:10px;
	       }

.itunesfeature {
    width: 707px;
    height: 315px;
    position: relative;
    display: none;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;
}

.itunesfeature #billboardone,
.itunesfeature #billboardtwo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 315px;
	margin-top:5px;
    width: 507px;
    z-index: 5;
}

.itunesfeature #paneltwo {
    opacity : 0.0;
    z-index: -2;
}

.itunesfeature #carrousel {
    margin-left: 507px;
    position: relative;
    padding: 0px;
    z-index: 0;
    list-style: none;
}

.itunesfeature #carrousel li{
    width : 215px;
    height: 100px;
    overflow: hidden;
	margin-left:5px;
	margin-top:5px;
}

.itunesfeature .downarrow, .itunesfeature .downarrow a:link {
    height: 32px;
    width: 32px;
    cursor: pointer; 
    background: url(downarrow.png) no-repeat;
    z-index: 1000;
    position: absolute;
    top: 250px;
    left: 590px;
}



.itunesfeature .featuretitle {
    position: absolute;
    bottom: 20px;
    left: 5px;
    background: url(bg.png);
    color: #FFF;
    padding: 3px 6px;
    z-index: 100;
}

.itunesfeature .downarrowIE6 {
    background: url(downarrow.gif);
}

.itunesfeature .featuretitleIE6 {
    background: #FFF;
}

