/* CSS for rotating section on homepage */

#profile-rotator{
width:370px;
padding-left:5px;
position:relative;
}

#profile-rotator div.channel-item{
background:#fff;
width:370px;
max-width:1000px !important;
overflow:auto;
}

#profile-rotator .image{
float:left;
}

#profile-rotator div.header,
#profile-rotator div.content,
#profile-rotator div.link{
float:right;
clear right;
width:285px;
}