.RadRotator_cbocHomeRotator .rrClipRegion
{
    border: solid 1px #a7bac5;
}
#maincol .RadRotator_cbocHomeRotator .rrClipRegion .rrItemsList
{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.RadRotator_cbocHomeRotator .featured-item, .RadRotator_cbocHomeRotator tbody, .RadRotator_cbocHomeRotator table tr, .RadRotator_cbocHomeRotator table tr td
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.home .RadRotator_cbocHomeRotator tr td.featured-text
{
    width: 666px;
    background-color: #fff;
    padding: 0 24px 0 0 !important;
    margin: 0;
    vertical-align: top;
}

    #maincol .RadRotator_cbocHomeRotator .featured-text h1
    {
        font-family: "Helvetica W01 Bold";
        font-size: 3em;
        line-height: 1.05em;
        color: #767676;
        font-weight: normal;
        display:inline;
        margin: 5px 0 0 0;
    }
        .featured-text h1 .bluedot 
        {
            font-family: "Times New Roman", Times, serif;
            background: transparent url('/lib/img/2013/cboc/sp/bluedot.gif') bottom center no-repeat;
            display:inline-block;
            line-height:12px;
            height:20px;
            width:20px;
            color:transparent;
        }
        .featured-text h1 .question {
        color: #069;		
        }
    
    #maincol .RadRotator_cbocHomeRotator .featured-text p
    {
        color: #767676;
        font-size: 1.143em;
        margin-top: 10px;
        line-height: 1.375em;
    }
    #maincol .RadRotator_cbocHomeRotator .rrClipRegion .rrItemsList .featured-text ul
    {
        margin: 0 0 0 16px !important;
        padding:0px;
		font-size: 16px;
		line-height: 22px;

    }
    #maincol .RadRotator_cbocHomeRotator .rrClipRegion .rrItemsList .featured-text li
    {
        float: none;
        padding: 0;
        margin: 2px 0 0 0 !important;
		list-style: none url('/lib/img/2013/cboc/sp/grayChevron.gif') outside!important;
    }
    
    #maincol .RadRotator_cbocHomeRotator .featured-text a
    {
        color:#069;
        text-decoration: none;
    }
    #maincol .RadRotator_cbocHomeRotator .featured-text a img {
        border: none;	
    }
    #maincol .RadRotator_cbocHomeRotator .featured-text a:visited
    {
        color: #5a0062;
    }
    #maincol .RadRotator_cbocHomeRotator .featured-text a:hover
    {
        color: #c54e00;
    }
    #maincol .RadRotator_cbocHomeRotator .featured-text a:active
    {
        color: #c54e00;
        text-decoration: underline;
    }
    
.RadRotator_cbocHomeRotator .featured-image
{
    width: 310px;
    padding: 0;
    margin: 0;
    line-height: 0%; /* IE won't display properly */
    font-size: 0; /* without these; blame Sitefinity */
    background: transparent; /*padding:0 0 2px!important;*/
}
    .home .RadRotator_cbocHomeRotator tr td + td.featured-image
    {
        padding-left: 0;
    }


.RadRotator_cbocHomeRotator .rrButton
{
    background-image: url('Rotator/RotatorButtons.gif');
    background-repeat: no-repeat;
}

.rrLinks
{
    margin: 18px auto 36px;
    text-align: center;
}
.pnlRRItems
{
    display: inline;
}
.rrPrevButton
{
    display: inline-block;
    background: url('Rotator/rotator-sprite_rb.png') no-repeat 0px 1px;
    border: 0px none transparent !important;
    width: 15px;
    height: 15px;
    margin: 0 13px 0 5px;
}
.rrPrevButton:hover
{
    background: url('Rotator/rotator-sprite_rb.png') no-repeat 0px -14px;
}
.rrNextButton
{
    display: inline-block;
    background: url('Rotator/rotator-sprite_rb.png') no-repeat -30px 1px;
    border: 0px none transparent !important;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 14px;
}
.rrNextButton:hover
{
    background: url('Rotator/rotator-sprite_rb.png') no-repeat -30px -14px;
}
.rrItemButton
{
    display: inline-block;
    background: url('Rotator/rotator-sprite_rb.png') no-repeat -15px 1px;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 5px;
}
.rrSelectedButton, .rrItemButton:hover
{
    display: inline-block;
    background: url('Rotator/rotator-sprite_rb.png') no-repeat -15px -14px;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 5px;
}
.rrLoadingSign
{
    background: url('Common/loading_small.gif') no-repeat center;
}
