div.featuredNewsCarousel div.caption {
    margin-left: 25px;
    width: 515px;
    float: left;
    padding-right: 5px;
}

div.featuredNewsCarousel div.controls {
    width: 30px;
    float: left;
	height: 18px;
	margin-top: 22px;
}

div.featuredNews .titleBar { 
    background-color: #0054A6; 
    padding: 3px; 
    }

div.featuredNews .titleBar span.title, div.featuredNews .titleBar h3 { 
    color: #fff;
    font: 12px/14px Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 5px 5px 5px 8px;
    }

div.featuredNews .errorBar { 
    padding: 3px; 
    background-color: rgba(255,0,0,0.1);
    }

div.featuredNews .errorBar span.message { 
    color: red; 
    font-weight: bold; 
    }

div.featuredNews .headline { 
    color: #B5111A;
    }

div.featuredNews a:link, div.featuredNews a:visited { 
    text-decoration: none; 
    text-transform: none; 
    }
    
div.featuredNews a:hover { 
    text-decoration: underline;
}
    
div.featuredNews div.item {
    margin: 8px 10px 0px 10px;
    border-bottom: 1px solid #ddd;
}

div.featuredNews .field_label { 
    font-size: 13px; 
    font-weight: bold; 
    color: #666; 
    }

div.featuredNews .field_row { 
    margin-bottom: 20px; 
    }

div.featuredNews .field_content { 
    padding-left: 20px; 
    }
    
div.parsys_column {
    margin: 0;
}

/*
div.featuredNewsCarousel div.controls .previousItemIcon a, div.featuredNewsCarousel div.controls .nextItemIcon a {
	display: block;
	height: 20px;
	position: relative;
}
*/