.itunesfeature {
    width: 760px;
    height: 410px;
    position: relative;
    display: none;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: lighter;
	float: right;
	background: url(../img/profhenry.jpg);
	z-index: -4;
}


.itunesfeature #billboardone,
.itunesfeature #billboardtwo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 410px;
    width: 760px;
    z-index: -1;
}

.itunesfeature #paneltwo {
    opacity : 0.0;
    z-index: -2;
}

.itunesfeature #carrousel {
    margin-left: 600px;
    position: relative;
    padding: 0px;
    z-index: 0;
    list-style: none;
}


.itunesfeature #carrousel li {
height:0px;
overflow:hidden;
width:0px;
}



.itunesfeature .downarrow {
    height: 32px;
    width: 32px;
    cursor: pointer; 
    background: url(downarrow.png) no-repeat;
    z-index: 1000;
    position: absolute;
    top: -3000px;
    left: 685px;
}









