/*
** MES Stylesheet with Internet Explorer 7 -specific workarounds.
*/

/*  */

#portal-contentcarousel .items {
    width: 205px!important;
}

#portal-contentcarousel .items .selected .conner {
    width: 195px;
}

#portal-contentcarousel .items .conner {
    width: 195px;
}

#portal-contentcarousel .content-item p {
    width: 290px!important;
}

#portal-contentcarousel .content {
    margin-right: 1em!important;
}

#portal-siteactions li {
    padding-left: 8px;
}

/* portlets: rounded conners */

.portletBottomLeft {
    float: left;
    margin-top: 0;
    margin-bottom: -1px;
}
.portletBottomRight {
    float: right;
    margin-top: 0;
    margin-bottom: -1px;
}
.portletActions .portletBottomLeft {
    margin-left: -3px;
}
.portletActions .portletBottomRight {
    margin-right: -3px;
}

/*  */
