/* Stylesheet for the 'collective.contentcontent' */

/* styles for the numbers variant */
#portal-contentcarouselNumbers {
    position: relative;
}
#portal-contentcarouselNumbers .content{
    height: 260px;
}
#portal-contentcarouselNumbers .content  ul{
    list-style-type: none;
}
#portal-contentcarouselNumbers .content  ul li{
    background-color: #EEEEEE;
}
#portal-contentcarouselNumbers .content  ul li.not-loaded{
    background-image: url('/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 700px;
    height: 270px;
}
#portal-contentcarouselNumbers .image{
    float: left;
    width: 57%;
    text-align: center;
}

#portal-contentcarouselNumbers .content-item {
    position: absolute!important;
    text-decoration: none;
    width: 100%;
}
#portal-contentcarouselNumbers .text{
    float: left;
    width: 40%;/*295px;*/
    margin-right: 5px;
    padding: 5px;
    background-color: #EEE;
}
#portal-contentcarouselNumbers .no-image {
    width: 100%;
}
#portal-contentcarouselNumbers h2{
    margin-top: 0;
}

#portal-contentcarouselNumbers .items {
    height: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 70%;
    float: right;
}
#portal-contentcarouselNumbers a.content-button {
    text-decoration: none;
}
#portal-contentcarouselNumbers .content-title {
    margin-right: 5px;
    font-size: 1.5em;
    background-color: #EEE;
    padding: 2px 7px;
}
#portal-contentcarouselNumbers a.content-button.selected .content-title {
    text-decoration: underline;
}

#portal-contentcarouselNumbers .content-title{
    float: left;
}

/* styles for the title and description variant */

#portal-contentcarousel {
    margin-bottom: 1em;
    height: 425px;
}
#portal-contentcarousel .content {
    float:left;
    margin-right: 1em;
}
#portal-contentcarousel .items {
    margin-left: 420px;
    width: 250px;
}
#portal-contentcarousel .content-item {
    position: absolute;
}
#portal-contentcarousel .content-item h2,
#portal-contentcarousel .content-item p,
#portal-contentcarousel .content-item div {
    width: 400px;
}
#portal-contentcarousel a.content-button {
    background-color: #eee;
    display: block;
    margin: 0 1em;
    padding: 1em 0;
    text-decoration: none;
}
#portal-contentcarousel .content-title {
    display: block;
    font-size: 1.5em;
}
#portal-contentcarousel a.content-button.selected .content-title {
    text-decoration: underline;
}
#portal-contentcarousel .content-description {
    display: block;
}
